We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 053ce15 + f27d229 commit 90bac6aCopy full SHA for 90bac6a
2 files changed
css/base.css
@@ -56,7 +56,6 @@ img { max-width: 100%; display: block; }
56
.hero h1 { letter-spacing: -1.6px; }
57
.hero p { font-size: 17px; }
58
.section { padding: 48px 0; }
59
- .nav-links a:not(.nav-cta) { display: none; }
60
}
61
@media (max-width: 480px) {
62
.hero h1 { letter-spacing: -1.2px; }
css/nav.css
@@ -29,3 +29,9 @@
29
transition: opacity 0.15s;
30
31
.nav-cta:hover { opacity: 0.85; }
32
+
33
+/* Mobile: keep top links visible by wrapping them onto their own row */
34
+@media (max-width: 768px) {
35
+ .nav-inner { flex-wrap: wrap; height: auto; padding: 10px 16px; row-gap: 10px; }
36
+ .nav-links { width: 100%; flex-wrap: wrap; justify-content: center; gap: 12px 18px; }
37
+}
0 commit comments