Remove h7 and h8 from CSS.
Valid headings are from 1-6.
This commit is contained in:
parent
c7ab8d3adf
commit
21abe10102
|
@ -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;
|
||||
}
|
||||
|
|
Reference in New Issue
Block a user