setting cta to the card bottom

This commit is contained in:
Antoine M 2023-12-19 12:55:10 +01:00
parent 3792d02c3e
commit e01579d091

View File

@ -22,7 +22,7 @@
} }
&__inner { &__inner {
@apply p-6; @apply p-6;
/* @apply flex flex-col; */ @apply flex flex-col;
flex-grow: 2; flex-grow: 2;
/* @apply h-full ; */ /* @apply h-full ; */
} }
@ -52,7 +52,7 @@
line-height: 1.2 !important; line-height: 1.2 !important;
} }
.cta--read-more { .cta--read-more {
@apply text-neutral-900; @apply text-neutral-900 mt-auto;
} }
&:hover { &:hover {