refining top padding

This commit is contained in:
Antoine M 2023-11-17 11:38:26 +01:00
parent 01bf921d1f
commit 01d8da7a2a

View File

@ -1,10 +1,10 @@
.homegrade-blocks-tips-to-know { .homegrade-blocks-tips-to-know {
@apply py-12; @apply pt-12 pb-4;
.section_titling__title { .section_titling__title {
@apply mt-0; @apply mt-0;
} }
&__tips-container { &__tips-container {
@apply py-5 grid lg:grid-cols-2 gap-x-10 gap-y-4 w-full; @apply pt-5 grid lg:grid-cols-2 gap-x-10 gap-y-4 w-full;
} }
&__tip { &__tip {