Skip to content

Commit c126c16

Browse files
reduce padding
1 parent 6bb12a6 commit c126c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/navigation/NavigationButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type NavigationButtonProps = { handleScroll: () => void; label: string }
44

55
const NavigationButton = ({ handleScroll, label }: NavigationButtonProps) => {
66
return (
7-
<Button asChild variant="ghost" className="px-4">
7+
<Button asChild variant="ghost" className="px-2">
88
<button
99
className="text-large"
1010
aria-label={`Scroll to ${label}`}

0 commit comments

Comments
 (0)