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); }