diff --git a/template-components/cards/card-news.css b/template-components/cards/card-news.css index 5703ee9..7bb74b9 100644 --- a/template-components/cards/card-news.css +++ b/template-components/cards/card-news.css @@ -23,7 +23,7 @@ /* @apply h-full ; */ } &__heading { - @apply flex flex-col-reverse; + @apply flex flex-col !mb-6; } &__tag { @@ -44,7 +44,7 @@ } &__title { - @apply text-2xl font-bold mb-4 text-secondary; - line-height: 1.1; + @apply text-lg font-bold text-secondary mb-1; + line-height: 1.2; } } diff --git a/template-components/cards/card-news.php b/template-components/cards/card-news.php index 686f768..f6c30b5 100644 --- a/template-components/cards/card-news.php +++ b/template-components/cards/card-news.php @@ -1,28 +1,33 @@