Add small bottom padding to details

This commit is contained in:
Franck Nijhof 2020-04-08 15:27:16 +02:00
parent 18bd682b61
commit 5144a8b389
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -345,6 +345,10 @@ article.post, article.page, article.listing {
// Future re-design // Future re-design
// margin: 1.5em 0 1rem; // margin: 1.5em 0 1rem;
} }
details {
padding-bottom: 1em;
}
} }
p.note, div.note { p.note, div.note {