Skip to content

Commit

Permalink
fix: ajuste css shelf
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus committed Jul 11, 2024
1 parent dfcd092 commit d37534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/product/ProductShelf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function ProductShelf({
id={id}
class="grid grid-cols-[48px_1fr_48px] px-0 grid-rows-[1fr_48px_1fr_48px]"
>
<Slider class="carousel carousel-center lg:carousel-start max-w-xs space-x-4 p-4 sm:gap-6 col-span-full sm:max-w-full sm:space-x-0 row-span-full py-2 mb-12">
<Slider class="carousel carousel-center lg:carousel-start space-x-4 p-4 md:gap-6 col-span-full max-w-full sm:space-x-0 row-span-full py-2 mb-12">
{products?.map((product, index) => (
<Slider.Item
index={index}
Expand Down

0 comments on commit d37534a

Please sign in to comment.