fix shadow
This commit is contained in:
@@ -30,7 +30,7 @@ const OrderByApplication: FC = () => {
|
||||
<CarouselControls prevLabel="محصولات قبلی" nextLabel="محصولات بعدی" />
|
||||
</div>
|
||||
|
||||
<CarouselTrack className="mt-12">
|
||||
<CarouselTrack className="mt-12 px-3 py-4 -mx-3">
|
||||
{Array.from({ length: 10 }).map((_, index) => (
|
||||
<CarouselSlide key={index}>
|
||||
<ProductCard />
|
||||
|
||||
Reference in New Issue
Block a user