Let some margin between lists and titles

This commit is contained in:
Gabriel Augendre 2020-06-11 14:35:00 +02:00
parent 177cd2c130
commit cce41d8482
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -139,6 +139,10 @@ body {
margin-top: -1em;
}
h2 + ul, h2 + ol {
margin-top: 0;
}
blockquote p:last-child {
margin-bottom: 0;
}