From 58e8919a1223f192f66ec073b9782027d78bd692 Mon Sep 17 00:00:00 2001 From: C4rnivore Date: Mon, 26 Jan 2026 13:10:06 +0500 Subject: [PATCH] Fixed paddings in mobile version of about slider --- src/components/AboutSlider/AboutSlider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AboutSlider/AboutSlider.tsx b/src/components/AboutSlider/AboutSlider.tsx index 9ba586d..c63f3bc 100644 --- a/src/components/AboutSlider/AboutSlider.tsx +++ b/src/components/AboutSlider/AboutSlider.tsx @@ -72,7 +72,7 @@ export default function AboutSlider({ items, className }: AboutSliderProps) { animate={{ opacity: 1 }} exit={{ opacity: 0 }} transition={{ duration: 0.25 }} - className="absolute 2xl:top-[1.667vw] 2xl:left-[1.667vw] md:top-[3.125vw] md:left-[3.125vw] top-[4.444vw] left-[4.444vw] z-[3]" + className="absolute 2xl:top-[1.667vw] 2xl:left-[1.667vw] md:top-[3.125vw] md:left-[3.125vw] top-[6.667vw] left-[6.667vw] z-[3]" >

{items[currentSlide] && items[currentSlide].title}