Remove h7 and h8 from CSS.

Valid headings are from 1-6.
This commit is contained in:
tastytea 2019-11-21 00:33:32 +01:00
parent c7ab8d3adf
commit 21abe10102
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ body
margin-bottom: 1em;
font-family: sans-serif;
}
.header .description
{
font-size: 75%;
@ -36,7 +37,7 @@ body
padding: 0;
}
h1, h2, h3, h4, h5, h6, h7, h8
h1, h2, h3, h4, h5, h6
{
font-family: sans-serif;
}