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 {