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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-23 02:09:36 +08:00
parent 80a72af5df
commit 4a1f899995

View File

@@ -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;
}