Fix embedded preview images having a gap from the top of a comment

This commit is contained in:
Butter Cat 2024-05-22 16:40:57 -04:00
parent 75b0149313
commit b22fb7cd7b
No known key found for this signature in database
GPG Key ID: FF37BE4FDDB74419

View File

@ -1496,6 +1496,15 @@ input[type="submit"] {
margin-top: 20px;
}
.md > figure:first-of-type {
margin-top: 5px;
margin-bottom: 0px;
}
.md > figure:not(:first-of-type) {
margin-top: 10px;
}
.md h1 { font-size: 22px; }
.md h2 { font-size: 20px; }
.md h3 { font-size: 18px; }