refining responsive
This commit is contained in:
parent
63c32e496b
commit
1cb30689b2
|
|
@ -1,14 +1,17 @@
|
||||||
.homegrade-blocks-tips-to-know {
|
.homegrade-blocks-tips-to-know {
|
||||||
@apply pt-12 pb-4;
|
@apply pt-12 pb-4;
|
||||||
|
.section_titling {
|
||||||
|
@apply pb-0 md:pb-8;
|
||||||
|
}
|
||||||
.section_titling__title {
|
.section_titling__title {
|
||||||
@apply mt-0;
|
@apply mt-0;
|
||||||
}
|
}
|
||||||
&__tips-container {
|
&__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 {
|
&__tip {
|
||||||
@apply flex gap-6;
|
@apply mb-8 md:mt-0 flex flex-col md:flex-row gap-6 gap-y-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__tip-icon {
|
&__tip-icon {
|
||||||
|
|
@ -28,4 +31,7 @@
|
||||||
&__tip-subtitle {
|
&__tip-subtitle {
|
||||||
@apply !my-0;
|
@apply !my-0;
|
||||||
}
|
}
|
||||||
|
.tip-content p {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user