Fix embedded preview images having a gap from the top of a comment
This commit is contained in:
parent
75b0149313
commit
b22fb7cd7b
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user