diff --git a/src/pages/energieausweis-erstellen/index.astro b/src/pages/energieausweis-erstellen/index.astro index 79cd04fc..fd4cdead 100644 --- a/src/pages/energieausweis-erstellen/index.astro +++ b/src/pages/energieausweis-erstellen/index.astro @@ -88,7 +88,7 @@ import Layout from "#layouts/Layout.astro"; @tailwind utilities; #OEA_widget { - @apply bg-gray-100 p-4 rounded-xl shadow-xl; + @apply bg-gray-100 p-4 shadow-xl; #OEA_input { @apply space-y-2; @@ -100,7 +100,7 @@ import Layout from "#layouts/Layout.astro"; @apply w-full; .OEA_title1, .OEA_title2 { - @apply font-bold text-lg text-white p-2 rounded w-full; + @apply font-bold text-lg text-white p-1.5 pl-2 rounded w-full; } } }