2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Excluded the last paragraph from bottom margin

This commit is contained in:
Simon Backx 2022-08-12 15:50:32 +02:00
parent 398a410ba2
commit 99ae23cf23

View file

@ -39,6 +39,10 @@ body {
margin: 0 0 2rem;
}
.gh-comment-content p:last-child {
margin: 0 0 0;
}
/* The following lines are needed for the editor */
/* Placeholder */
@ -62,4 +66,4 @@ body {
.ghost-display {
display: block !important;
}
}