Fix: Adjusted margin toprevent backdrops in media pages from going under the header

This commit is contained in:
lscambo13
2024-12-17 10:25:00 -08:00
parent 15afb1f3dd
commit 8c532c1718

View File

@@ -251,6 +251,10 @@ h1 {
} }
} }
.layout-mobile .itemBackdrop {
margin-top: 3.5rem;
}
/* @media (max-width: 62.5em) { /* @media (max-width: 62.5em) {
.layout-desktop .itemBackdrop { .layout-desktop .itemBackdrop {
height: 5vh; height: 5vh;