1
0
Fork 0

Update _type.scss

The <h1> font size was not consistent with the rest. The text became larger when the screen became smaller.
This commit is contained in:
PmE8HW0KRfqa 2021-06-13 21:24:40 -06:00 committed by GitHub
parent d49464c6a8
commit 4751f81d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ p {
margin-bottom: 20px; margin-bottom: 20px;
} }
h1 { h1 {
font-size: 20px; font-size: 30px;
font-family: $font-family-heading; font-family: $font-family-heading;
line-height: 1.2; line-height: 1.2;
margin-bottom: 20px; margin-bottom: 20px;