mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Testing to relocate CSS according to new App dir functionality
This commit is contained in:
@@ -30,7 +30,7 @@ export default function ProductView({product, relatedProducts }: ProductViewProp
|
||||
hasDots={false}
|
||||
gliderClasses={'lg:px-8 2xl:px-16'}
|
||||
slidesToScroll={1}
|
||||
slidesToShow={1.025}
|
||||
slidesToShow={images.length > 1 ? 1.0125 : 1}
|
||||
responsive={{
|
||||
breakpoint: 1024,
|
||||
settings: {
|
||||
|
Reference in New Issue
Block a user