From 89db9d66adfd4b9dd2d8a1d5d615ea093d467a93 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Mon, 9 Jun 2025 10:40:49 +0200 Subject: [PATCH] Update accent-font size in hero section --- src/css/components/hero.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/components/hero.css b/src/css/components/hero.css index 5fd64c0..f85a66a 100644 --- a/src/css/components/hero.css +++ b/src/css/components/hero.css @@ -18,7 +18,7 @@ margin-bottom: .4em; } .hero-title .accent-font { - font-size: 1.5em; + font-size: clamp(1.25em, 3vmax, 1.5em); line-height: 1; font-weight: normal; font-style: italic;