From ba045edc251df6503c8bfc255f8dce897f76ec21 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:36:07 +0100 Subject: [PATCH] Tag cloud --- src/pages/faq/index.astro | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/pages/faq/index.astro b/src/pages/faq/index.astro index f4f9eb6a..800b48de 100644 --- a/src/pages/faq/index.astro +++ b/src/pages/faq/index.astro @@ -13,6 +13,30 @@ import Layout from "#layouts/Layout.astro";
+
+ Gebäudekonstruktion + Standard-Software + manuelle Bearbeitung + Zusatzkosten + Grundrisspläne + Baujahr + Pläne + Übermittlung + E-Mail + Rechnung + Differenzbetrag + Mischgebäude + Rückruf + Wohnfläche + energetische Nutzfläche + Dachgeschoss + Bauweise + Zahlungsmethoden + Bestätigungs-E-Mail + Kundenservice + Pflichtfelder +
+

Was tun, wenn die Gebäudekonstruktion nicht in die Standard-Software passt?

@@ -323,5 +347,18 @@ import Layout from "#layouts/Layout.astro"; } } + +.keyword-cloud { + @apply flex flex-wrap gap-2 mt-6 p-4 bg-gray-50 rounded-lg shadow-md; + + &__tag { + @apply bg-blue-100 text-blue-800 text-sm font-medium px-3 py-1 rounded-full hover:bg-blue-200; + transition: all 0.3s ease-in-out; + } + + &__tag:hover { + @apply shadow-md; + } +} \ No newline at end of file -- 2.49.1