From 4a1f899995ee19e8b8f7008822dbb0b16a60e4eb Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Mon, 23 Mar 2026 02:09:36 +0800 Subject: [PATCH] fix(css): increase kicker and section-label size and spacing Bump margin-bottom from 0.9rem to 1.5rem and font-size from --text-xs to --text-sm for .hero-kicker and .section-label to improve readability and visual breathing room. Co-Authored-By: Claude --- website/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/static/style.css b/website/static/style.css index 1373b1ea..ce2f5b7d 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -256,8 +256,8 @@ kbd { .hero-kicker, .section-label { - margin-bottom: 0.9rem; - font-size: var(--text-xs); + margin-bottom: 1.5rem; + font-size: var(--text-sm); font-weight: 800; letter-spacing: 0.04em; }