Remove margin-bottom for nested lists

This commit is contained in:
Philipp Oppermann
2018-06-12 17:44:46 +02:00
parent 4fd26d7784
commit 955fc795da

View File

@@ -111,6 +111,11 @@ ul, ol, dl {
margin-bottom: 1rem;
}
/* Nested lists */
li ul, li ol, li dl {
margin-bottom: 0;
}
dt {
font-weight: bold;
}