From cb739287177664e958dbe11707cebf2895ce2065 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jan 2024 17:11:14 +0100 Subject: [PATCH] refining responsive --- resources/css/blocks/timeline.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/timeline.css b/resources/css/blocks/timeline.css index fac014a..e803301 100644 --- a/resources/css/blocks/timeline.css +++ b/resources/css/blocks/timeline.css @@ -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;