diff --git a/src/components/Navbar.css b/src/components/Navbar.css index 2876737..a565a8c 100644 --- a/src/components/Navbar.css +++ b/src/components/Navbar.css @@ -2,7 +2,7 @@ background-color: #060b26; height: 80px; display: flex; - justify-content: start; + justify-content: flex-start; align-items: center; } @@ -31,7 +31,7 @@ .nav-text { display: flex; - justify-content: start; + justify-content: flex-start; align-items: center; padding: 8px 0px 8px 16px; list-style: none; @@ -63,7 +63,7 @@ width: 100%; height: 80px; display: flex; - justify-content: start; + justify-content: flex-start; align-items: center; }