Make last <p> in post body get padding above it

This commit is contained in:
Butter Cat 2024-09-09 19:14:24 -04:00
parent 408ebe6ef1
commit cd3aac276b
No known key found for this signature in database
GPG key ID: FF37BE4FDDB74419

View file

@ -1727,7 +1727,7 @@ input[type="submit"] {
width: 100%;
}
.md > p:not(:first-child):not(:last-child) {
.md > p:not(:first-child) {
margin-top: 20px;
}