Limit blockquote styles to .paige-content only

master
Will Faught 3 years ago
parent 0c802d0b95
commit 98dcc8c6f3

@ -3,13 +3,13 @@ body, html {
height: 100%;
}
blockquote {
section[class="paige-content"] > blockquote {
padding: 0.5rem 1rem;
border-left: 0.25rem solid var(--bs-border-color);
padding-right: 0.25rem;
}
blockquote p:last-of-type {
section[class="paige-content"] > blockquote p:last-of-type {
margin-bottom: 0;
}

Loading…
Cancel
Save