Skip to content

Commit b25a303

Browse files
Update src/components/index/hero-carousel.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cb23775 commit b25a303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/index/hero-carousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ export default function CarouselSlider() {
431431
variants={parentStagger}
432432
initial="initial"
433433
animate="animate"
434-
className="relative z-10 flex flex-col container mx-auto items-start justify-start h-full px-4 md:px-20 lg:px-32 pt-26 md:pt-28"
434+
className="relative z-10 flex flex-col container mx-auto items-start justify-start h-full px-4 md:px-20 lg:px-32 pt-[6.5rem] md:pt-[7rem]"
435435
>
436436
<motion.h2 variants={childUp} className="text-white text-3xl md:text-[42px] font-light mb-4">
437437
{slides[idx].title}

0 commit comments

Comments
 (0)