h5 and h6 don't need margin-bottom methinks
This commit is contained in:
parent
bf7c035f99
commit
99a2230fdb
@ -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;}
|
||||
|
Loading…
Reference in New Issue
Block a user