mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Fix embedded preview images having a gap from the top of a comment
This commit is contained in:
parent
75b0149313
commit
b22fb7cd7b
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue