diff --git a/src/App.css b/src/App.css index da16fef4..7daa66d6 100644 --- a/src/App.css +++ b/src/App.css @@ -25,7 +25,8 @@ nav{ display: flex; justify-content: space-around; align-content: center; - min-height: 10vh; + align-items: center; + min-height: 75px; background: #1DA1F2; color: white; } @@ -34,7 +35,6 @@ nav{ width: 30%; display: flex; justify-content: space-around; - align-items: center; list-style: none; } diff --git a/src/components/Nav.js b/src/components/Nav.js index 627dc2bd..e3630854 100644 --- a/src/components/Nav.js +++ b/src/components/Nav.js @@ -7,7 +7,7 @@ import Login from "./Login"; // Navigation bar components function Nav() { return ( - + - + ) }