diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html
index 90fa6d7c..c6f9b01b 100644
--- a/layouts/partials/paige/style.html
+++ b/layouts/partials/paige/style.html
@@ -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);