From 757ff13ad28f1c1e9aef6f2eb64eaaa75f1bbea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 19 May 2026 22:29:56 +0200 Subject: [PATCH] style(ui): adjust line-height for hero titles --- public/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/styles/global.css b/public/styles/global.css index d2a64ce..48934c2 100644 --- a/public/styles/global.css +++ b/public/styles/global.css @@ -239,7 +239,7 @@ a { display: block; font-size: clamp(2.5rem, 6.5vw, 5rem); font-weight: 900; - line-height: 0.95; + line-height: 0.9; letter-spacing: -0.03em; }