fix: zmenšení hero nadpisu, mobile word-break
This commit is contained in:
+4
-2
@@ -52,11 +52,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: clamp(2rem, 6vw, 3.2rem);
|
font-size: clamp(1.8rem, 6vw, 3.5rem);
|
||||||
font-weight: 800;
|
font-weight: 700;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
letter-spacing: -0.02em;
|
letter-spacing: -0.02em;
|
||||||
|
word-break: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 span { color: var(--accent); }
|
h1 span { color: var(--accent); }
|
||||||
|
|||||||
Reference in New Issue
Block a user