mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 22:17:41 +03:00
Make last <p> in post body get padding above it
This commit is contained in:
parent
408ebe6ef1
commit
cd3aac276b
1 changed files with 1 additions and 1 deletions
|
@ -1727,7 +1727,7 @@ input[type="submit"] {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.md > p:not(:first-child):not(:last-child) {
|
||||
.md > p:not(:first-child) {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue