1 parent c6fc6a0 commit 448738cCopy full SHA for 448738c
1 file changed
static/css/landing-v3.css
@@ -341,7 +341,9 @@ main { display: block; }
341
color: var(--ink) !important;
342
}
343
.nav-logo { width: 22px; height: 22px; }
344
-.nav-wordmark { display: block; width: auto; height: 30px; }
+/* Scope the wordmark above .landing-page img so its intrinsic 384x128 size
345
+ cannot override the compact header dimensions. */
346
+.landing-page .nav-wordmark { display: block; width: 96px; height: 32px; }
347
.nav-title {
348
font-family: var(--font-display);
349
font-weight: 700;
0 commit comments