Skip to content

Commit

Permalink
Fix embedded preview images having a gap from the top of a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ButteredCats committed May 22, 2024
1 parent 75b0149 commit b22fb7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit b22fb7c

Please sign in to comment.