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 ) : ( )