Fix spacing for nested lists

This commit is contained in:
Gabriel Augendre 2020-08-13 23:44:05 +02:00
parent 8586d537bd
commit 2db8929f50
No known key found for this signature in database
GPG Key ID: 1E693F4CE4AEE7B4
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ body {
ul, ol {
margin-top: -1em;
ul, ol {
margin: 0;
}
}
h2 + ul, h2 + ol {