diff --git a/src/pages/energieausweis-erstellen/index.astro b/src/pages/energieausweis-erstellen/index.astro index da160dbb..65f460fa 100644 --- a/src/pages/energieausweis-erstellen/index.astro +++ b/src/pages/energieausweis-erstellen/index.astro @@ -103,10 +103,10 @@ import Layout from "#layouts/Layout.astro"; @apply bg-white p-6 rounded-lg shadow-lg space-y-6; #OEA_input { - @apply space-y-4; + @apply space-y-4 space-x-4; .OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 { - @apply space-y-2; + @apply space-y-2 w-full; .OEA_title1, .OEA_title2 { @apply font-bold text-lg text-white p-2 rounded;