Skip to content

Commit 448738c

Browse files
committed
fix homepage wordmark sizing
1 parent c6fc6a0 commit 448738c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

static/css/landing-v3.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,9 @@ main { display: block; }
341341
color: var(--ink) !important;
342342
}
343343
.nav-logo { width: 22px; height: 22px; }
344-
.nav-wordmark { display: block; width: auto; height: 30px; }
344+
/* 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; }
345347
.nav-title {
346348
font-family: var(--font-display);
347349
font-weight: 700;

0 commit comments

Comments
 (0)