From e01579d091f41c42b04e75297cb976c61b56893f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 19 Dec 2023 12:55:10 +0100 Subject: [PATCH] setting cta to the card bottom --- template-components/cards/card-news.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template-components/cards/card-news.css b/template-components/cards/card-news.css index 96dcf93..5601118 100644 --- a/template-components/cards/card-news.css +++ b/template-components/cards/card-news.css @@ -22,7 +22,7 @@ } &__inner { @apply p-6; - /* @apply flex flex-col; */ + @apply flex flex-col; flex-grow: 2; /* @apply h-full ; */ } @@ -52,7 +52,7 @@ line-height: 1.2 !important; } .cta--read-more { - @apply text-neutral-900; + @apply text-neutral-900 mt-auto; } &:hover {