style(ui): adjust line-height for hero titles

This commit is contained in:
2026-05-19 22:29:56 +02:00
parent 92a231b2bf
commit 757ff13ad2
+1 -1
View File
@@ -239,7 +239,7 @@ a {
display: block; display: block;
font-size: clamp(2.5rem, 6.5vw, 5rem); font-size: clamp(2.5rem, 6.5vw, 5rem);
font-weight: 900; font-weight: 900;
line-height: 0.95; line-height: 0.9;
letter-spacing: -0.03em; letter-spacing: -0.03em;
} }