Testing to relocate CSS according to new App dir functionality

This commit is contained in:
Henrik Larsson
2023-05-05 11:39:18 +02:00
parent efe0c68b03
commit d328f1ed96
9 changed files with 79 additions and 208 deletions

View File

@@ -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: {