diff --git a/src/pages/faq/index.astro b/src/pages/faq/index.astro index 9fdde58e..5f3ff4e5 100644 --- a/src/pages/faq/index.astro +++ b/src/pages/faq/index.astro @@ -157,11 +157,11 @@ import Layout from "#layouts/Layout.astro"; } &-list { - @apply list-disc pl-2 mt-2; + @apply pl-2 mt-2; } &-list-item { - @apply text-xl text-gray-600 list-disc pl-5 mt-2; + @apply text-xl text-gray-600 list-disc; } }