Add bottom margin to all content elements

This commit is contained in:
Will Faught
2024-06-26 21:33:41 -07:00
parent 3e4f96058e
commit 9e12368685
3 changed files with 4 additions and 5 deletions

View File

@@ -39,6 +39,10 @@
padding: 0;
}
#paige-content > * {
margin-bottom: 1rem;
}
blockquote {
padding: 0.5rem 1rem;
border-left: 0.25rem solid var(--bs-border-color);