Change post page h2 size to 1.4em

This commit is contained in:
Matt Baer 2020-08-12 13:48:48 -04:00
parent 0c8b779afb
commit 8b243e119f

View file

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