diff --git a/src/components/TopBar/components/Nav.tsx b/src/components/TopBar/components/Nav.tsx index c9a5de7..7ed1c36 100755 --- a/src/components/TopBar/components/Nav.tsx +++ b/src/components/TopBar/components/Nav.tsx @@ -15,6 +15,8 @@ const Nav: React.FC = () => { } const StyledNav = styled.nav` + flex-wrap: wrap; + justify-content: center; align-items: center; display: flex; `