Add styling for featured content iframe.

This commit is contained in:
2024-07-15 03:12:17 +10:00
parent 7b2698828a
commit c405edc54d

View File

@@ -29,6 +29,19 @@
} }
*/ */
.featurediframe {
border-radius: var(--rounding) !important;
border: transparent;
height: 200px;
margin-bottom: 30px;
}
@media only screen and (max-device-width: 767px) {
.featurediframe {
height: 16vh !important;
}
}
@media (min-device-width: 900px) { @media (min-device-width: 900px) {
.section0 .overflowBackdropCard, .section0 .overflowSmallBackdropCard { .section0 .overflowBackdropCard, .section0 .overflowSmallBackdropCard {
width: 14vw; width: 14vw;