Fix mobile contact title
This commit is contained in:
13
styles.css
13
styles.css
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user