Add bottom margin to all content elements
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user