Skip to content

Commit

Permalink
updating mobile carousel tile size
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammii-HK committed Apr 24, 2024
1 parent 9976d0d commit d5563a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function Carousel({collection}:
<Link
key={`${product.handle}${i}`}
href={`/products/${product.handle}`}
className="h-50 w-1/3 sm-w-1/2 flex-none"
className="h-50 w-1/2 md-w-1/3 flex-none"
>
<GridTileImage
alt={product.title}
Expand Down

0 comments on commit d5563a7

Please sign in to comment.