Skip to content

Commit

Permalink
responsive design app page carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammii-HK committed Apr 24, 2024
1 parent d5563a7 commit 8531476
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/2 md-w-1/3 flex-none"
className="h-50 w-1/2 md:w-1/3 flex-none"
>
<GridTileImage
alt={product.title}
Expand Down

0 comments on commit 8531476

Please sign in to comment.