From 4bb7fa33fe95a1646635899b26f378a5f83846d7 Mon Sep 17 00:00:00 2001 From: Franco Arza Date: Sat, 17 Oct 2020 23:09:05 -0300 Subject: [PATCH] make marquees larger --- components/product/ProductCard/ProductCard.tsx | 2 +- components/ui/Marquee/Marquee.module.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } }