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;
}
}