This commit is contained in:
Jens Cornelsen
2024-12-07 23:20:59 +01:00
parent 22285f1cd9
commit 8f30186397

View File

@@ -88,9 +88,10 @@ import Layout from "#layouts/Layout.astro";
@tailwind utilities;
#OEA_widget {
@apply bg-white p-3 rounded-lg shadow-lg space-y-2;
@apply bg-white p-3 rounded-lg shadow-lg;
#OEA_input { @apply space-y-2;
#OEA_input {
.OEA_zeile1, .OEA_zeile2 {
@apply flex flex-row space-x-2;
@@ -126,5 +127,5 @@ import Layout from "#layouts/Layout.astro";
.empfehlungen a {
@apply text-blue-600 underline hover:text-blue-800 font-semibold;
}
</style>