@@ -5,7 +5,7 @@ body {
.lesson-main>* {
margin: 1em 0;
}
-.background {
+iframe.background {
position: fixed;
width: 100vw;
height: 100vh;
@@ -386,7 +386,10 @@ pre.prettyprint, code.prettyprint {
font-size: 24px;
iframe {
- max-width: 95% !important;
+ max-width: 95%;
+ }
+ iframe.background {
+ max-width: 100%;