Kreuz rechts

This commit is contained in:
Jens Cornelsen
2024-11-26 19:12:26 +01:00
parent 1587e41bbc
commit c665f489a5

View File

@@ -139,6 +139,7 @@ img{@apply w-full justify-self-center mb-1 min-h-[50px] }
.services:first-child{@apply font-bold} .services:first-child{@apply font-bold}
.services:nth-child(even){@apply bg-white} .services:nth-child(even){@apply bg-white}
.services:not(:last-child){@apply border-b-[1px] border-gray-300} .services:not(:last-child){@apply border-b-[1px] border-gray-300}
.icon negative{@apply text-right}
.blue-bottom{@apply bg-secondary text-white text-center font-bold rounded-b-md p-4} .blue-bottom{@apply bg-secondary text-white text-center font-bold rounded-b-md p-4}
} }