diff --git a/src/Components/Navbar/Navbar.css b/src/Components/Navbar/Navbar.css index 6cb5888..5e19f7c 100644 --- a/src/Components/Navbar/Navbar.css +++ b/src/Components/Navbar/Navbar.css @@ -16,7 +16,8 @@ .NavMenu { list-style: none; display: grid; - grid-template-columns: repeat(6, auto); + grid-template-columns: repeat(3, auto); + justify-content: center; grid-gap: 30px; text-align: center; height: 100%;