|
@@ -372,12 +372,6 @@ pre.prettyprint, code.prettyprint {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media (max-height: 700px) {
|
|
|
|
- .threejs_example {
|
|
|
|
- height: 400px;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
@media (max-width: 720px) {
|
|
@media (max-width: 720px) {
|
|
body {
|
|
body {
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
@@ -385,6 +379,9 @@ pre.prettyprint, code.prettyprint {
|
|
h1 {
|
|
h1 {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
+ .threejs_example {
|
|
|
|
+ max-height: 400px;
|
|
|
|
+ }
|
|
iframe {
|
|
iframe {
|
|
max-width: 95%;
|
|
max-width: 95%;
|
|
}
|
|
}
|