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 { .contact-flyover h2 {
font-size: clamp(1.4rem, 7.2vw, 2rem); margin-right: 3rem;
line-height: 0.98; font-size: clamp(1.25rem, 5.9vw, 1.6rem);
max-width: 100%; line-height: 1.05;
text-wrap: balance; max-width: none;
text-transform: none;
text-wrap: pretty;
overflow-wrap: normal;
word-break: normal;
hyphens: auto;
} }
.contact-flyover__list { .contact-flyover__list {