Fix mobile contact title

This commit is contained in:
2026-03-22 20:00:30 +01:00
parent 6f8973c4b7
commit a046cab180

View File

@@ -918,10 +918,15 @@ button {
}
.contact-flyover h2 {
font-size: clamp(1.4rem, 7.2vw, 2rem);
line-height: 0.98;
max-width: 100%;
text-wrap: balance;
margin-right: 3rem;
font-size: clamp(1.25rem, 5.9vw, 1.6rem);
line-height: 1.05;
max-width: none;
text-transform: none;
text-wrap: pretty;
overflow-wrap: normal;
word-break: normal;
hyphens: auto;
}
.contact-flyover__list {