From 805adc19bada74b4224026ac14e555a4c04f9c4a Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:35:35 +0100 Subject: [PATCH] widget --- src/pages/energieausweis-erstellen/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } } -- 2.49.1