From 61de774c1c01ef9a7268b218f2a01c50208f9130 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Sun, 26 May 2024 14:17:00 -0400 Subject: [PATCH] Fix page content padding --- src/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/style.css b/src/style.css index 613ba76..406cbda 100644 --- a/src/style.css +++ b/src/style.css @@ -30,12 +30,20 @@ code .token { .navbar { height: 13rem !important; } + + .page-content { + padding-top: 7.5rem !important; + } } @media (max-width: 298px) { .navbar { height: 15rem !important; } + + .page-content { + padding-top: 8.5rem !important; + } } .navbar-inner {