diff --git a/src/routes/_components/Nav.html b/src/routes/_components/Nav.html index 56f597fe..80c7b485 100644 --- a/src/routes/_components/Nav.html +++ b/src/routes/_components/Nav.html @@ -48,6 +48,12 @@ } } + @media (min-width: 1400px) { + .main-nav-ul { + justify-content: center; + } + } +