FIX mt-auto on read more
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-09-01 14:21:42 +02:00
parent 310c584480
commit e33ada707f

View File

@ -61,7 +61,7 @@
} }
&__adresse { &__adresse {
@apply font-normal underline-offset-4 inline-flex !mt-auto w-full; @apply font-normal underline-offset-4 inline-flex !mt-2 w-full;
&:before { &:before {
@apply inline-flex mr-3 h-6 w-6 bg-center bg-contain bg-no-repeat; @apply inline-flex mr-3 h-6 w-6 bg-center bg-contain bg-no-repeat;
content: ''; content: '';
@ -116,6 +116,6 @@
} }
.cta--read-more { .cta--read-more {
@apply mt-6 !px-2; @apply mt-auto !px-2 pt-5;
} }
} }