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