fix(site): tighten desktop hero typography

This commit is contained in:
2026-07-24 18:18:54 +08:00
parent 141b8650eb
commit 75f4071800

View File

@@ -36,7 +36,7 @@ nav { align-items: center; display: flex; gap: 16px; font-size: 15px; font-weigh
.hero-copy { align-self: center; max-width: 460px; } .hero-copy { align-self: center; max-width: 460px; }
.eyebrow, .section-index { color: #165dff; font-size: 14px; font-weight: 750; letter-spacing: .03em; margin: 0 0 22px; } .eyebrow, .section-index { color: #165dff; font-size: 14px; font-weight: 750; letter-spacing: .03em; margin: 0 0 22px; }
h1, h2 { color: #13203a; letter-spacing: -.065em; margin: 0; } h1, h2 { color: #13203a; letter-spacing: -.065em; margin: 0; }
h1 { font-size: clamp(42px, 5vw, 72px); line-height: 1.16; } h1 { font-size: clamp(42px, 4.2vw, 62px); line-height: 1.2; }
h2 { font-size: clamp(32px, 3.2vw, 49px); line-height: 1.2; } h2 { font-size: clamp(32px, 3.2vw, 49px); line-height: 1.2; }
.hero-description, .section-heading > p:not(.section-index), .showcase-copy > p:not(.section-index) { color: #5f6d84; font-size: 17px; line-height: 1.9; margin: 28px 0; } .hero-description, .section-heading > p:not(.section-index), .showcase-copy > p:not(.section-index) { color: #5f6d84; font-size: 17px; line-height: 1.9; margin: 28px 0; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 36px; } .hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 36px; }