diff --git a/src/components/Nav.tsx b/src/components/Nav.tsx index fac4b64..6b1938c 100644 --- a/src/components/Nav.tsx +++ b/src/components/Nav.tsx @@ -6,23 +6,28 @@ export default function Nav() { path == location.pathname ? 'border-sky-600' : 'border-transparent hover:border-sky-600'; + + const navItemClass = 'border-b-2 mx-1.5 sm:mx-6 '; + return (