From 281f40f8d841c724a6ce156aef001f9d866e475a Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:42:48 +0100 Subject: [PATCH] Formatierung --- src/pages/faq/index.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } } -- 2.49.1