Add margin after nested list if it's followed by a paragraph

This commit is contained in:
Philipp Oppermann
2018-12-20 18:42:58 +01:00
parent aa55d2639a
commit d158d39e1f

View File

@@ -116,6 +116,10 @@ li ul, li ol, li dl {
margin-bottom: 0;
}
li ul + p, li ol + p, li dl + p {
margin-top: 1rem;
}
dt {
font-weight: bold;
}