From 7512bfc2707db128f967d14ed97c0a0e3858d63b Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Sat, 20 Oct 2018 18:28:00 -0700 Subject: [PATCH] Modified Navbar css to move the menu toggle button on to same line as home button on mobile devices --- src/components/Navbar/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar/index.css b/src/components/Navbar/index.css index 9846f78..dcb2e36 100644 --- a/src/components/Navbar/index.css +++ b/src/components/Navbar/index.css @@ -13,7 +13,7 @@ color: white; float: right; height: auto; - margin: 7px 5px 2px 100%; + margin: 7px 4px 2px 0; padding: 5px 10px 5px 10px; transition: box-shadow 0.1s; width: auto; @@ -71,8 +71,9 @@ .navbar-menu { flex-direction: column; height: auto; + margin: 0 13.5%; min-width: 0; - width: 80%; + width: 75%; } .navbar-menu-button { height: auto;