add iframe content

This commit is contained in:
MLH
2024-11-14 01:23:25 +01:00
parent 4130239c03
commit 6c0cbb0c75

View File

@@ -0,0 +1,31 @@
<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;
}
}
</style>
<iframe class="featurediframe" src="/web/ui/spotlight.html"></iframe>