diff --git a/src/pages/faq/index.astro b/src/pages/faq/index.astro index fdf36895..d5de9b46 100644 --- a/src/pages/faq/index.astro +++ b/src/pages/faq/index.astro @@ -101,7 +101,7 @@ import Layout from "#layouts/Layout.astro"; Der Dachinnenraum umfasst ausgebauten Spitzboden und Dachschrägen. Bitte stellen Sie Fotos bereit, insbesondere von:
@@ -157,11 +157,11 @@ import Layout from "#layouts/Layout.astro"; } &__list { - @apply list-disc pl-5 mt-2; + @apply list-disc pl-2 mt-2; } &__list-item { - @apply text-base text-gray-600; + @apply text-xl text-gray-600 list-disc pl-5 mt-2; } }