diff --git a/resources/css/components/article-card.css b/resources/css/components/article-card.css index eb5b510..582ccb7 100644 --- a/resources/css/components/article-card.css +++ b/resources/css/components/article-card.css @@ -1,5 +1,5 @@ .article-card { - @apply bg-white border border-primary p-6 relative; + @apply bg-white border border-primary p-6 relative !flex flex-col; &:after { @apply content-[''] absolute inset-0 border-primary w-full h-full pointer-events-none; @@ -47,6 +47,6 @@ } } .cta--go { - @apply text-primary; + @apply text-primary mt-auto; } }