From ce9ef58461ddbf265ae23547bc921d4011a8e81b Mon Sep 17 00:00:00 2001 From: bisco Date: Fri, 27 Mar 2026 17:06:36 +0100 Subject: [PATCH] changed .hero_title max-width from 14ch to 18ch --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5c5d720..6ba5647 100644 --- a/style.css +++ b/style.css @@ -98,7 +98,7 @@ img { .hero__title { margin: 0; - max-width: 14ch; + max-width: 18ch; text-align: center; color: #fff; font-size: clamp(2.8rem, 6vw, 6.6rem);