diff --git a/apps/site/styles.css b/apps/site/styles.css index ea17c46..bddaa77 100644 --- a/apps/site/styles.css +++ b/apps/site/styles.css @@ -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; } .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 { 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; } .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; }