h5 and h6 don't need margin-bottom methinks

This commit is contained in:
Mikael Nordfeldth 2016-03-17 00:31:32 +01:00
parent bf7c035f99
commit 99a2230fdb
1 changed files with 6 additions and 2 deletions

View File

@ -48,9 +48,13 @@ a img {
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4 {
font-weight: normal;
margin-bottom: 15px;
margin-bottom: 1ex;
}
h5, h6 {
font-weight: normal;
margin-bottom: 0;
}
h1 {font-size: 2.0em;}