From 680de45c005ddaef3ca5f870129faa2da2fe8272 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 14:27:51 +0800 Subject: [PATCH] style(css): increase hero h1 font size on desktop and mobile Grow the hero heading clamp range (4rem->4.5rem min, 7.5rem->8.5rem max on desktop; 3.2rem->3.6rem min, 4.8rem->5.2rem max on mobile) for a bolder visual impact in the redesigned homepage. 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 7fb12b7d..b774a14c 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -261,7 +261,7 @@ kbd { .hero h1 { font-family: var(--font-display); - font-size: clamp(4rem, 10vw, 7.5rem); + font-size: clamp(4.5rem, 11vw, 8.5rem); line-height: 0.9; font-weight: 600; letter-spacing: -0.03em; @@ -998,7 +998,7 @@ th[data-sort].sort-asc::after { } .hero h1 { - font-size: clamp(3.2rem, 18vw, 4.8rem); + font-size: clamp(3.6rem, 18vw, 5.2rem); } .hero-metrics {