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;