This commit is contained in:
Jens Cornelsen
2024-12-07 22:42:11 +01:00
parent a0ade46e76
commit 4623aaa23b

View File

@@ -91,16 +91,17 @@ import Layout from "#layouts/Layout.astro";
#OEA_input {
.OEA_zeile1, .OEA_zeile2 {
@apply flex flex-row;
.OEA_item1, .OEA_item2, .OEA_item3, .OEA_item4, .OEA_item5 {
@apply space-y-2 space-x-2 w-full;
.OEA_title1, .OEA_title2 {
@apply font-bold text-lg text-white p-1 rounded;
@apply font-bold text-lg text-white p-2 rounded;
}
}
.OEA_zeile1, .OEA_zeile2 {
@apply flex flex-row;
}
.OEA_title1 {
@@ -116,11 +117,11 @@ import Layout from "#layouts/Layout.astro";
}
#OEA_result {
@apply p-4 border-2 border-primary rounded-lg text-gray-700;
@apply p-4 border-2 border-secondary rounded-lg text-gray-700;
}
.OEA_title3 {
@apply text-xl font-semibold text-primary;
@apply text-xl font-semibold text-secondary;
}
#OEA_logo_referrer img {