Formatierung #59

Merged
IB-Cornelsen merged 1 commits from Jens into main 2024-12-05 14:43:40 +00:00

View File

@@ -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:
</p>
<ul class="faq__list">
<li class="faq__list-item">>Dachflächenfenstern und deren Laibungen</li>
<li class="faq__list-item">Dachflächenfenstern und deren Laibungen</li>
<li class="faq__list-item">Sichtbaren Dämmungen oder Isolierungen</li>
</ul>
<p class="faq__section-content">
@@ -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;
}
}