From d5b9303d94b94dabd3d33d21be5dfc1e42d26fef Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 19 Sep 2025 00:46:28 +0200 Subject: [PATCH] style: adjust spacing and padding in Steps component for better responsive layout --- src/components/Steps.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Steps.tsx b/src/components/Steps.tsx index 887d564..01ebba9 100644 --- a/src/components/Steps.tsx +++ b/src/components/Steps.tsx @@ -50,7 +50,7 @@ export function Steps() { initial={{ opacity: 0 }} animate={isInView ? { opacity: 1 } : { opacity: 0 }} transition={{ duration: 0.5, delay: 0.2, staggerChildren: 0.2 }} - className="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 text-base/7 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3" + className="mx-auto lg:mt-12 mt-8 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-8 text-base/7 sm:grid-cols-2 sm:gap-y-16 lg:mx-0 lg:max-w-none lg:grid-cols-3" > {features.map((feature, index) => ( {feature.name}