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

View file

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