Skip to content

Commit 78bc739

Browse files
committed
fix: increase nav vertical padding on mobile (12px -> 16px)
1 parent 6c36e99 commit 78bc739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ body {
732732

733733
@media (max-width: 480px) {
734734
.nav {
735-
padding: 12px 16px;
735+
padding: 16px 16px;
736736
gap: 8px;
737737
}
738738
.logo {

0 commit comments

Comments
 (0)