From fb60ca8874aaf7744d60475d29c9a9c138fa9bfa Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 29 May 2024 22:53:36 -0700 Subject: [PATCH] Remove unused counter-reset --- layouts/partials/paige/style.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 55980e0b..0834de38 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -79,10 +79,6 @@ body, html { min-width: 550px; } -#paige-content { - counter-reset: paige-figure; -} - #paige-content blockquote { padding: 0.5rem 1rem; border-left: 0.25rem solid var(--bs-border-color);