refining responsive

This commit is contained in:
Antoine M 2024-01-18 15:49:56 +01:00
parent 63c32e496b
commit 1cb30689b2

View File

@ -1,14 +1,17 @@
.homegrade-blocks-tips-to-know {
@apply pt-12 pb-4;
.section_titling {
@apply pb-0 md:pb-8;
}
.section_titling__title {
@apply mt-0;
}
&__tips-container {
@apply pt-5 grid lg:grid-cols-2 gap-x-10 gap-y-4 w-full;
@apply px-2 md:px-0 pt-5 lg:grid grid-cols-2 gap-x-10 gap-y-4 w-full;
}
&__tip {
@apply flex gap-6;
@apply mb-8 md:mt-0 flex flex-col md:flex-row gap-6 gap-y-2;
}
&__tip-icon {
@ -28,4 +31,7 @@
&__tip-subtitle {
@apply !my-0;
}
.tip-content p {
word-break: break-word;
}
}