From 52924002342c2c9b16bd1b0bc5f731d65bf7affa Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 30 Sep 2021 18:12:52 -0500 Subject: [PATCH] Reorder CSS --- assets/css/bobastyle.css | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 245605f..69f3f33 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -35,11 +35,8 @@ body { .page { flex-direction: column; } -} -@media screen and (max-width: 400px) { - #navbar a { - float: none; + .navbar-items a { width: 100%; } } @@ -48,6 +45,18 @@ body { /* Styling */ +.side { + background-color: #111; + color: lightgray; +} +.content { + color: lightgray; +} +.footer { + text-align: center; + background: #ddd; +} + #navbar { background-color: #091a2c; } @@ -60,17 +69,6 @@ body { background-color: #0e2a46; color: white; } -.side { - background-color: #111; - color: lightgray; -} -.content { - color: lightgray; -} -.footer { - text-align: center; - background: #ddd; -} body { background-color: black;