Commit f27d229
committed
Fix top nav links hidden on mobile
The mobile breakpoint hid every nav link except the CTA via
.nav-links a:not(.nav-cta){display:none} with no menu fallback,
leaving the top links invisible on phones. Keep the links visible
by letting the nav wrap them onto their own centered row.1 parent 053ce15 commit f27d229
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments