Skip to content

Commit 9787c2f

Browse files
committed
fix: add min-height 64px to nav for mobile icon clearance
1 parent 6e1500f commit 9787c2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/globals.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ body {
168168
/* ── Nav ── */
169169
.nav {
170170
padding: 20px 32px;
171+
min-height: 64px;
171172
display: flex;
172173
align-items: center;
173174
justify-content: space-between;

0 commit comments

Comments
 (0)