Skip to content

Commit

Permalink
Make sure that the extra <p></p> at the bottom of a comment containin…
Browse files Browse the repository at this point in the history
…g only an image doesn't get a margin
  • Loading branch information
ButteredCats committed May 24, 2024
1 parent 2f2cded commit e9af28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ input[type="submit"] {
width: 100%;
}

.md > *:not(:first-child) {
.md > p:not(:first-child):not(:last-child) {
margin-top: 20px;
}

Expand Down

0 comments on commit e9af28b

Please sign in to comment.