Skip to content

Commit

Permalink
feat(items-list): adjust max width for carousel items
Browse files Browse the repository at this point in the history
  • Loading branch information
Iqro-dev committed Dec 5, 2024
1 parent f98f3a7 commit 1bfe6e5
Show file tree
Hide file tree
Showing 2 changed files with 16,996 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/items/list/items-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function ItemsList({
</div>
</div>

<Carousel className="max-w-full self-center sm:min-w-[500px] sm:max-w-[600px] md:hidden">
<Carousel className="max-w-full self-center sm:min-w-[500px] sm:max-w-[550px] md:hidden">
<CarouselContent>
{carouselItems.slice(0, 3).map(item => (
<CarouselItem key={item.id}>
Expand Down
Loading

0 comments on commit 1bfe6e5

Please sign in to comment.