handling responsive

This commit is contained in:
Antoine M 2023-11-08 18:44:02 +01:00
parent 9058fd6089
commit 35aafaffcf

View File

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