diff --git a/assets/css/master.scss b/assets/css/master.scss index 4162c1a..fa24e44 100644 --- a/assets/css/master.scss +++ b/assets/css/master.scss @@ -366,6 +366,22 @@ body { } } +// Navbar + +.navbar { + background-color: #333; + justify-content: center; + text-align: center; + width: 100%; + height: 40px; + padding: 10px 16px; +} + +.navbar a { + color: white; + text-decoration: none; +} + // RESPONSIVE @media (max-aspect-ratio: 1/1) { @@ -418,18 +434,6 @@ body { } } -.navbar { - background-color: #333; - padding: 10px 16px; -} - -.navbar a { - color: white; - display: block; - text-align: center; - text-decoration: none; -} - // ANIMATIONS @keyframes fade-in {