From 2546aeac629f3bbe5683b1afade402a4a4883a3f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 Nov 2023 14:07:21 +0100 Subject: [PATCH] refining card padding --- template-components/cards/card-news.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template-components/cards/card-news.css b/template-components/cards/card-news.css index 325cdb7..5703ee9 100644 --- a/template-components/cards/card-news.css +++ b/template-components/cards/card-news.css @@ -19,7 +19,7 @@ object-cover; } &__inner { - @apply p-8; + @apply p-6; /* @apply h-full ; */ } &__heading { @@ -30,8 +30,8 @@ @apply bg-secondary-light text-secondary w-fit - px-4 py-1 - rounded-xl + px-4 py-2 + rounded-lg mb-4; } &__thematique-tag {