From ad774bb88246c5b0a0f0b5da9caf138983851a9c Mon Sep 17 00:00:00 2001 From: Oluwadolamipo <54285015+Oluwadolamipo@users.noreply.github.com> Date: Sun, 6 Oct 2019 10:16:22 +0100 Subject: [PATCH] Update main.css --- public/css/main.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index 703a842..e9afb73 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -44,7 +44,8 @@ background-size: cover; color: #FEF9F9; } - /* Extra small devices (phones, 600px and down) */ + +/* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) { .navbar { @@ -56,6 +57,11 @@ background-size: cover; margin-top: 10px; margin: 5px margin-bottom: 15px font-size: 1.5em width: 100% } + .navbar-toggler { + order: 1; + margin-top: 10px; + margin: 5px margin-bottom: 15px font-size: 1.5em width: 100% + } /* Small devices (portrait tablets and large phones, 600px and up) */ @media only screen and (min-width: 600px) { .navbar { @@ -67,5 +73,8 @@ background-size: cover; margin-top: 10px; margin: 5px margin-bottom: 15px font-size: 1.5em width: 100% } - - + .navbar-toggler { + order: 1; + margin-top: 10px; + margin: 5px margin-bottom: 15px font-size: 1.5em width: 100% + }