fix(styles): shrank fonts again
noticed "Professional" in a header overflows horizontally so i had to make it smallerpull/6/head
parent
86f41ec47a
commit
b861ce8482
|
|
@ -143,10 +143,10 @@ h6 { font-size: 1.4rem; line-height: 1.6; letter-spacing: 0; }
|
|||
|
||||
/* Larger than phablet */
|
||||
@media (min-width: 550px) {
|
||||
h1 { font-size: 5.0rem; }
|
||||
h2 { font-size: 4.2rem; }
|
||||
h3 { font-size: 3.6rem; }
|
||||
h4 { font-size: 3.0rem; }
|
||||
h1 { font-size: 4.0rem; }
|
||||
h2 { font-size: 3.2rem; }
|
||||
h3 { font-size: 3.0rem; }
|
||||
h4 { font-size: 2.8rem; }
|
||||
h5 { font-size: 2.4rem; }
|
||||
h6 { font-size: 1.5rem; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue