diff --git a/components/navbar/index.tsx b/components/navbar/index.tsx index 84af81e4..7bd231fe 100644 --- a/components/navbar/index.tsx +++ b/components/navbar/index.tsx @@ -153,13 +153,13 @@ export default function Navbar({ {menu.map((item) => ( - + ))} diff --git a/components/navbar/style.module.css b/components/navbar/style.module.css index 4abca6f1..825dea34 100644 --- a/components/navbar/style.module.css +++ b/components/navbar/style.module.css @@ -65,11 +65,6 @@ height: 1em; } -.sidebarLink { - padding: 0px !important; - min-width: auto !important; -} - .unstyledLink { color: #fff; text-decoration: none;