mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
bug: response fix FeaturedProductsCarousel
This commit is contained in:
@@ -54,7 +54,7 @@ const dataDemo:FeaturedProductCardProps[] = [{
|
|||||||
},
|
},
|
||||||
lap: {
|
lap: {
|
||||||
breakpoint: { max: 1024, min: 968 },
|
breakpoint: { max: 1024, min: 968 },
|
||||||
items: 1.75,
|
items: 1.7,
|
||||||
},
|
},
|
||||||
tablet: {
|
tablet: {
|
||||||
breakpoint: { max: 968, min: 768 },
|
breakpoint: { max: 968, min: 768 },
|
||||||
@@ -66,11 +66,11 @@ const dataDemo:FeaturedProductCardProps[] = [{
|
|||||||
},
|
},
|
||||||
largeMobile: {
|
largeMobile: {
|
||||||
breakpoint: { max: 640, min: 400 },
|
breakpoint: { max: 640, min: 400 },
|
||||||
items: 2,
|
items: 1.5,
|
||||||
},
|
},
|
||||||
mobile: {
|
mobile: {
|
||||||
breakpoint: { max: 400, min: 300 },
|
breakpoint: { max: 400, min: 300 },
|
||||||
items: 1.5,
|
items: 1.15,
|
||||||
},
|
},
|
||||||
smallMobile: {
|
smallMobile: {
|
||||||
breakpoint: { max: 300, min: 0 },
|
breakpoint: { max: 300, min: 0 },
|
||||||
|
Reference in New Issue
Block a user