refining responsive

This commit is contained in:
Antoine M 2024-01-17 17:11:14 +01:00
parent 7e816e4057
commit cb73928717

View File

@ -80,7 +80,7 @@
}
.homegrade-blocks-timeline-step {
@apply grid grid-cols-3 gap-12 py-7;
@apply grid grid-cols-2 lg:grid-cols-3 gap-12 py-7;
ul {
list-style: none;
}
@ -88,7 +88,7 @@
@apply -mt-12;
}
&__cover {
@apply max-w-md h-auto;
@apply hidden lg:block max-w-md h-auto;
border-radius: 22px;
img {
@apply rounded-3xl mb-3;