From 496744471a1adc0339f35b154aed742a40b506bf Mon Sep 17 00:00:00 2001 From: Jeffrey Hales Date: Tue, 16 Jun 2026 01:23:15 -0700 Subject: [PATCH] fix(typography): increase script-label size and collapse gap to following h2 Co-Authored-By: Claude Sonnet 4.6 --- www/src/styles/typography.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/src/styles/typography.css b/www/src/styles/typography.css index acdb390..9d7b444 100644 --- a/www/src/styles/typography.css +++ b/www/src/styles/typography.css @@ -11,7 +11,8 @@ h3 { font-size: 1.5rem; } a { color: var(--color-primary); } .eyebrow { color: var(--color-secondary); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; } .lede, .hero-copy { color: var(--color-muted); font-size: 1.25rem; } -.script-label { color: var(--color-accent-strong); font-family: var(--font-accent); font-size: 1.5rem; margin: 0 0 .5rem; } +.script-label { color: var(--color-accent-strong); font-family: var(--font-accent); font-size: 2rem; margin: 0; } +.script-label + h2 { margin-top: 0; } .prose :where(ul, ol) { margin-block: 0 1.5rem;