diff --git a/src/components/Navbar.module.css b/src/components/Navbar.module.css index 998718b..b7028f6 100644 --- a/src/components/Navbar.module.css +++ b/src/components/Navbar.module.css @@ -117,14 +117,14 @@ .navbar { display: grid; - grid-template-columns: 1fr auto minmax(600px, 12fr) 1fr; + grid-template-columns: auto auto minmax(600px, 12fr) 1fr; } .navbar__logo { - /*position: left; - padding-left: 4em; */ margin-left: 20px; grid-column: 1 / 2; + align-self: center; + margin-top: 0; } .navbar__content {