Simplify selectors

This commit is contained in:
Will Faught
2024-06-04 01:02:15 -07:00
parent bc3850f91e
commit 6ff604f91c

View File

@@ -25,7 +25,7 @@
.paige-figure > figure > div > :last-child,
.paige-gallery .paige-figure,
.paige-gallery .paige-image,
#paige-content blockquote > p:last-of-type {
blockquote > p:last-of-type {
margin-bottom: 0;
}
@@ -54,7 +54,7 @@
min-width: 550px;
}
#paige-content blockquote {
blockquote {
padding: 0.5rem 1rem;
border-left: 0.25rem solid var(--bs-border-color);
border-right: 0.25rem solid var(--bs-body-bg);