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 { .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 { ul {
list-style: none; list-style: none;
} }
@ -88,7 +88,7 @@
@apply -mt-12; @apply -mt-12;
} }
&__cover { &__cover {
@apply max-w-md h-auto; @apply hidden lg:block max-w-md h-auto;
border-radius: 22px; border-radius: 22px;
img { img {
@apply rounded-3xl mb-3; @apply rounded-3xl mb-3;