ok
This commit is contained in:
@@ -71,7 +71,7 @@ const MultiCardCarousel = () => {
|
||||
const displayCards = isMobile ? [cards[currentIndex]] : cards.slice(currentIndex, currentIndex + 3);
|
||||
|
||||
return (
|
||||
<div className="bg-transparent flex items-center justify-center py-16 lg:py-24 px-6">
|
||||
<div className="bg-transparent flex items-center justify-center py-16 lg:py-12 px-6">
|
||||
<div className="w-full max-w-7xl ">
|
||||
<div className="text-left mx-auto max-w-7xl ">
|
||||
<H2 className="">
|
||||
|
Reference in New Issue
Block a user