mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-06 14:37:40 +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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md > p:not(:first-child):not(:last-child) {
|
.md > p:not(:first-child) {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue