refining column and cards

This commit is contained in:
Antoine M 2023-10-27 14:23:31 +02:00
parent 5dd953af63
commit 5d806cad96
2 changed files with 6 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;