diff --git a/src/pages/energieausweis-erstellen/index.astro b/src/pages/energieausweis-erstellen/index.astro index 8ebc2fac..a8769216 100644 --- a/src/pages/energieausweis-erstellen/index.astro +++ b/src/pages/energieausweis-erstellen/index.astro @@ -87,7 +87,7 @@ import Layout from "#layouts/Layout.astro"; @tailwind utilities; #OEA_widget { - @apply bg-white p-6 rounded-lg shadow-lg space-y-6; + @apply bg-white p-3 rounded-lg shadow-lg; #OEA_input { @@ -96,16 +96,16 @@ import Layout from "#layouts/Layout.astro"; .OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 { - @apply space-y-2 space-x-2 w-full; + @apply m-2 w-full; .OEA_title1, .OEA_title2 { - @apply font-bold text-lg text-white p-2 rounded; + @apply font-bold text-lg text-white p-2 m-2 rounded; } } } .OEA_title1 { - @apply bg-blue-900; + @apply bg-secondary; } .OEA_title2 { @@ -113,11 +113,11 @@ import Layout from "#layouts/Layout.astro"; } .OEA_auswahl1, .OEA_auswahl2 { - @apply w-full p-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-500; + @apply w-full p-2 rounded focus:outline-none focus:ring-2 focus:ring-blue-500; } #OEA_result { - @apply p-4 border-2 border-secondary rounded-lg text-gray-700; + @apply p-4 m-4 border-2 border-secondary rounded-lg text-gray-700; } .OEA_title3 {