Merge pull request #59 from IBCornelsen/Jens

Formatierung
This commit is contained in:
Jens Cornelsen
2024-12-05 15:43:40 +01:00
committed by GitHub

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;
}
}