From e7897377e54e8d7dc1c64874b3a646dc72f60b68 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 26 Jul 2026 23:59:14 +0200 Subject: [PATCH] Widen Hero Content and Enable Glitch Font Subset --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e602d1d..e7e8f89 100644 --- a/style.css +++ b/style.css @@ -491,16 +491,17 @@ h4 { color: #f09b72; } .hero-title { - max-width: 850px; + max-width: 1024px; margin: 0.45rem 0; font-family: "Alpha Lyrae", sans-serif; + /* Use another, more glitchy font subset */ font-feature-settings: "ss02" 1, "liga" 1; font-size: clamp(2.8rem, 7vw, 6rem); font-weight: 500; line-height: 0.98; } .hero-text { - max-width: 560px; + max-width: 600px; margin: 0; font-size: clamp(1.25rem, 1.1rem + 0.5vw, 1.6rem); }