diff --git a/components/Navbar.tsx b/components/Navbar.tsx index e5ed71b..87b3957 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -67,7 +67,7 @@ export const Navbar = () => { padding: "12px 20px 20px 20px", }, mobileOpen: { - width: "100%", + width: "90%", maxWidth: "400px", height: "auto", borderRadius: "32px", @@ -76,18 +76,30 @@ export const Navbar = () => { }; return ( -