Fix SVG pillar icons: add viewBox + explicit width/height, adjust nav tagline

This commit is contained in:
2026-03-09 02:26:47 +08:00
parent 1779a9a755
commit 3c0881993e
3 changed files with 24 additions and 23 deletions
+4 -3
View File
@@ -1343,11 +1343,12 @@ p { margin-bottom: 16px; max-width: 720px; }
/* ─── Brand Tagline in Nav ─── */
.nav-tagline {
font-family: var(--font-body);
font-size: 10px;
letter-spacing: 0.06em;
font-size: 9px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--muted);
margin-top: -2px;
margin-top: -1px;
line-height: 1;
}
/* ─── Photo Caption Bar (brand mandatory) ─── */