From 67eaad2819d96c1d2776bf905fbef39de8e05e49 Mon Sep 17 00:00:00 2001 From: Carter McBride <18412686+carterworks@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:58:43 -0600 Subject: [PATCH] Fix error formatting --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 70a1dfb..f524fcc 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -96,7 +96,7 @@ const categoriesSelectorCss = categories (c) => ` #category-picker:has(#${c}:checked) ~ main ul { > .${c}-item { - display: flex; + display: block; } > *:not(.${c}-item) { display: none; @@ -217,7 +217,7 @@ const categoriesSelectorCss = categories ) : (