From 8c532c1718de20421ca15c3f52c04dafdbc9e59b Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 17 Dec 2024 10:25:00 -0800 Subject: [PATCH] Fix: Adjusted margin toprevent backdrops in media pages from going under the header --- Theme/ElegantFin-theme-nightly.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 76f66fc..2cb9d5a 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -251,6 +251,10 @@ h1 { } } +.layout-mobile .itemBackdrop { + margin-top: 3.5rem; +} + /* @media (max-width: 62.5em) { .layout-desktop .itemBackdrop { height: 5vh;