From 50503f095f5e4e8e28a1fe80c7de55efbc50c5de Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jan 2024 17:11:22 +0100 Subject: [PATCH] refining responsive --- resources/css/components/card-large-content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/components/card-large-content.css b/resources/css/components/card-large-content.css index 27d2282..93eec90 100644 --- a/resources/css/components/card-large-content.css +++ b/resources/css/components/card-large-content.css @@ -18,7 +18,7 @@ object-fit: contain; } &__links-container { - @apply grid md:grid-cols-3 gap-12; + @apply grid gap-y-2 md:grid-cols-3 gap-12; } &__link { @apply text-2xl mt-8; @@ -27,7 +27,7 @@ max-width: 80px; } &__title { - @apply text-xl font-bold mt-3; + @apply text-xl font-bold !mt-3; } &__excerpt { @apply text-base pt-3;