mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-20 00:54:43 +00:00
fix: revert nav padding changes on bigger screens
This commit is contained in:
@@ -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} />
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user