Skip to content

Commit 17a1108

Browse files
committed
Fix menu display on mobile
1 parent a149397 commit 17a1108

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ footer a:hover { text-decoration:underline; }
3232
.header-blob.b1 { width:320px; height:320px; background:#60a5fa; top:-60px; left:-40px; border-radius:50%; }
3333
.header-blob.b2 { width:420px; height:420px; background:#a78bfa; top:-80px; right:-80px; border-radius:50%; }
3434
@media (prefers-reduced-motion: reduce) { .logo-gradient { animation:none; } .reveal { opacity:1 !important; transform:none !important; } }
35-
@media (max-width: 768px) { h1 { font-size:2rem; } .tagline { font-size:1.25rem; } .section-title { font-size:2rem; } }
35+
@media (max-width: 768px) { h1 { font-size:2rem; } .tagline { font-size:1.25rem; } .section-title { font-size:2rem; } .top-nav { position:static; margin-bottom:1.5rem; justify-content:center; flex-wrap:wrap; } header { padding-top:1.5rem; } header .container { display:flex; flex-direction:column; } }

docs/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)