Skip to content

Commit 50cfa25

Browse files
aivukclaude
andcommitted
Shrink nav logo on mobile to prevent overflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 99fbb48 commit 50cfa25

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,8 @@
917917
:root { --pad: 20px; }
918918
.nav-links { display: none; }
919919
.theme-toggle { display: none; }
920+
.nav-logo img { height: 32px; }
921+
.nav-inner { gap: 12px; }
920922
.hero h1 { font-size: 52px; }
921923
.hero-stats { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
922924
.stat + .stat:nth-child(3) { border-left: none; padding-left: 0; }

0 commit comments

Comments
 (0)