diff --git a/src/components/Navbar/Navbar.module.css b/src/components/Navbar/Navbar.module.css index 8f2cb0b..53df895 100644 --- a/src/components/Navbar/Navbar.module.css +++ b/src/components/Navbar/Navbar.module.css @@ -4,6 +4,7 @@ flex-direction: column; align-items: center; justify-content: space-around; + gap: var(--mb-1); height: 100vh; width: 10vw; position: sticky; diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 0c62a09..0199a75 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -9,7 +9,7 @@ const Navbar = () => { const auth = useContext(AuthContext); return ( -