Let some margin between lists and titles
This commit is contained in:
parent
177cd2c130
commit
cce41d8482
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@ body {
|
||||||
margin-top: -1em;
|
margin-top: -1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 + ul, h2 + ol {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote p:last-child {
|
blockquote p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue