diff --git a/src/pages/energieausweis-erstellen/index.astro b/src/pages/energieausweis-erstellen/index.astro index 2c4931f3..da160dbb 100644 --- a/src/pages/energieausweis-erstellen/index.astro +++ b/src/pages/energieausweis-erstellen/index.astro @@ -14,6 +14,7 @@ import Layout from "#layouts/Layout.astro";
+
Gebäudetyp
+
+ +
Baujahr
+
@@ -98,7 +103,7 @@ import Layout from "#layouts/Layout.astro"; @apply bg-white p-6 rounded-lg shadow-lg space-y-6; #OEA_input { - @apply space-y-4 flex flex-row; + @apply space-y-4; .OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 { @apply space-y-2; @@ -108,6 +113,10 @@ import Layout from "#layouts/Layout.astro"; } } + .OEA_zeile1, .OEA_zeile2 { + @apply flex flex-row; + } + .OEA_title1 { @apply bg-blue-900; }