From 6ff604f91c6867e85874b56671139dfb6818047f Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 4 Jun 2024 01:02:15 -0700 Subject: [PATCH] Simplify selectors --- layouts/partials/paige/style.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);