From 6aeda9b9d5c1fe42ed1742798f6a73225022a408 Mon Sep 17 00:00:00 2001 From: Archos Date: Fri, 3 Apr 2026 19:06:32 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20zmen=C5=A1en=C3=AD=20hero=20nadpisu,=20m?= =?UTF-8?q?obile=20word-break?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/start.html b/start.html index e51d68e..574a94e 100644 --- a/start.html +++ b/start.html @@ -52,11 +52,13 @@ } h1 { - font-size: clamp(2rem, 6vw, 3.2rem); - font-weight: 800; + font-size: clamp(1.8rem, 6vw, 3.5rem); + font-weight: 700; line-height: 1.1; margin-bottom: 1rem; letter-spacing: -0.02em; + word-break: break-word; + overflow-wrap: break-word; } h1 span { color: var(--accent); }