Skip to content

Commit

Permalink
navbar: mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosszzz committed Sep 22, 2024
1 parent 348d00f commit 1d2f782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Navbar() {
className={`${pathname === nav.id
? "text-white"
: "text-zinc-300"
} bg-zinc-800 hover:text-white text-base font-medium px-5 items-center transition ease-in 500ms
} bg-zinc-800 hover:text-white text-base font-medium sm:px-5 items-center transition ease-in 500ms
`}
onClick={() => router.push(nav.id)}
>
Expand Down

0 comments on commit 1d2f782

Please sign in to comment.