From 5d806cad96fe8d97e5d5d491ed671892a899c595 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 27 Oct 2023 14:23:31 +0200 Subject: [PATCH] refining column and cards --- resources/css/blocks/card.css | 6 +++++- resources/css/blocks/column-cards.css | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/card.css b/resources/css/blocks/card.css index 3544da2..c60cfc4 100644 --- a/resources/css/blocks/card.css +++ b/resources/css/blocks/card.css @@ -1,5 +1,9 @@ .homegrade-blocks-card { - @apply bg-white w-full p-8 rounded-3xl; + @apply bg-white w-full p-8 rounded-3xl + flex + flex-col + items-center + justify-center; *:first-child { @apply mt-0; } diff --git a/resources/css/blocks/column-cards.css b/resources/css/blocks/column-cards.css index bc09a53..1d9cd73 100644 --- a/resources/css/blocks/column-cards.css +++ b/resources/css/blocks/column-cards.css @@ -1,5 +1,5 @@ .homegrade-blocks-column-cards { - @apply grid gap-12 w-full my-16; + @apply grid gap-12 w-full my-16 container px-8; &--has-2-columns { @apply md:grid-cols-2;