diff --git a/src/components/design/content/banner-saeule.svelte b/src/components/design/content/banner-saeule.svelte index db3d9324..f1762769 100644 --- a/src/components/design/content/banner-saeule.svelte +++ b/src/components/design/content/banner-saeule.svelte @@ -139,6 +139,7 @@ img{@apply w-full justify-self-center mb-1 min-h-[50px] } .services:first-child{@apply font-bold} .services:nth-child(even){@apply bg-white} .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} }