Merge pull request #368 from writeas/RJ722-217-fix-h2-size

Use a bigger font size for h2
This commit is contained in:
Matt Baer 2020-08-13 12:24:41 -04:00 committed by GitHub
commit c16414843a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ body {
font-size: 1.5em;
}
h2 {
font-size: 1.17em;
font-size: 1.4em;
}
}