style.css: Add missing h5, h6 styling

master
Mike Gerwitz 2019-08-10 19:58:36 -04:00
parent f5567fc8c5
commit 0dd84e4952
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
1 changed files with 3 additions and 1 deletions

View File

@ -278,7 +278,7 @@ aside.sm {
}
h1, h2, h3, h4 {
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
line-height: 1.25em;
text-align: left;
@ -288,6 +288,8 @@ h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
h1 a,