Skip to content

Commit

Permalink
fix: revert nav padding changes on bigger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
peritpatrio committed May 31, 2024
1 parent 70411c9 commit 7c6aa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ export default function Nav() {
}

const NavLink = (props: React.PropsWithChildren<LinkProps>) => (
<Link className="px-6 py-4 underline-offset-4 hover:underline lg:px-6" {...props} />
<Link className="px-6 py-4 underline-offset-4 hover:underline lg:px-6 lg:py-1" {...props} />
);

0 comments on commit 7c6aa82

Please sign in to comment.