widget #101

Merged
IB-Cornelsen merged 1 commits from Jens into main 2024-12-07 22:36:33 +00:00

View File

@@ -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;
}
}
}