Formatierung

This commit is contained in:
Jens Cornelsen
2024-12-05 14:17:14 +01:00
parent be335160a8
commit 91275e1ded

View File

@@ -9,6 +9,7 @@ import Layout from "#layouts/Layout.astro";
<h1 class="text-3xl">FAQ Sammlung</h1> <h1 class="text-3xl">FAQ Sammlung</h1>
<div class="mt-12 m-auto w-[90%] relative">
<div class="faq"> <div class="faq">
<div class="faq__section"> <div class="faq__section">
<h2 class="faq__section-title">Was tun, wenn die Gebäudekonstruktion nicht in die Standard-Software passt?</h2> <h2 class="faq__section-title">Was tun, wenn die Gebäudekonstruktion nicht in die Standard-Software passt?</h2>
@@ -70,6 +71,7 @@ import Layout from "#layouts/Layout.astro";
</p> </p>
</div> </div>
</div> </div>
</div>
<style lang="scss"> <style lang="scss">
@tailwind base; @tailwind base;