fix mobile height in home-html

This commit is contained in:
MLH
2024-11-18 23:47:40 +01:00
parent bcac8a402a
commit a4a8b4e7f2

View File

@@ -1,4 +1,4 @@
<style> .featurediframe {width: 95vw; height: 24em; display: block; border: 0; margin: -1em auto 0;} @media (min-width: 2100px) {.featurediframe {height: 33em;}} @media (max-width: 1599px) {.featurediframe {margin-top: 1.2em;}} @media (max-width: 800px) {.featurediframe {margin-top: 0.8em;}} </style> <iframe class="featurediframe" src="/web/ui/spotlight.html"></iframe> <style> .featurediframe {width: 95vw; height: 24em; display: block; border: 0; margin: -1em auto 0;} @media (min-width: 2100px) {.featurediframe {height: 33em;}} @media (max-width: 1599px) {.featurediframe {margin-top: 1.2em;}} @media (max-width: 800px) {.featurediframe {margin-top: 0.8em; height: 25em;}} </style> <iframe class="featurediframe" src="/web/ui/spotlight.html"></iframe>
<style> <style>
@@ -25,6 +25,7 @@
@media (max-width: 800px) { @media (max-width: 800px) {
.featurediframe { .featurediframe {
margin-top: 0.8em; margin-top: 0.8em;
height: 25em;
} }
} }
</style> </style>