diff --git a/components/product/ProductCard/ProductCard.tsx b/components/product/ProductCard/ProductCard.tsx index 847cea12e..a4e75c8f4 100644 --- a/components/product/ProductCard/ProductCard.tsx +++ b/components/product/ProductCard/ProductCard.tsx @@ -23,7 +23,7 @@ const ProductCard: FC = ({ className, node: p, variant }) => { return (
diff --git a/components/ui/Marquee/Marquee.module.css b/components/ui/Marquee/Marquee.module.css index 06786b036..32601a54e 100644 --- a/components/ui/Marquee/Marquee.module.css +++ b/components/ui/Marquee/Marquee.module.css @@ -8,7 +8,7 @@ & > * { @apply flex-1 px-16 py-4; - width: 400px; + width: 430px; } }