fix(styles): shrank header on larger views
prevent line break/overflow on long words like "Professional" and "Birkenstock" on larger displayspull/7/head
parent
fbc7ef18fa
commit
a23f329276
|
|
@ -143,11 +143,11 @@ h6 { font-size: 1.4rem; line-height: 1.6; letter-spacing: 0; }
|
||||||
|
|
||||||
/* Larger than phablet */
|
/* Larger than phablet */
|
||||||
@media (min-width: 550px) {
|
@media (min-width: 550px) {
|
||||||
h1 { font-size: 4.0rem; }
|
h1 { font-size: 3.2rem; }
|
||||||
h2 { font-size: 3.2rem; }
|
h2 { font-size: 2.6rem; }
|
||||||
h3 { font-size: 3.0rem; }
|
h3 { font-size: 2.4rem; }
|
||||||
h4 { font-size: 2.8rem; }
|
h4 { font-size: 2.2rem; }
|
||||||
h5 { font-size: 2.4rem; }
|
h5 { font-size: 2.0rem; }
|
||||||
h6 { font-size: 1.5rem; }
|
h6 { font-size: 1.5rem; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue