fix: zmenšení hero nadpisu, mobile word-break

This commit is contained in:
2026-04-03 19:06:32 +02:00
parent af137f3bd0
commit cae82b7670
+4 -2
View File
@@ -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); }