fix(styles): shrank fonts again

noticed "Professional" in a header overflows horizontally so i had to make it smaller
pull/6/head
steven 2021-09-29 16:20:26 -04:00
parent 86f41ec47a
commit b861ce8482
1 changed files with 4 additions and 4 deletions

View File

@ -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; }
}