diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index d5cdf8a1..152028d9 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -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; }