From 9f49176f9dcabf72609ae12ede4a4dac711013ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Benegas?= Date: Thu, 22 Oct 2020 20:33:03 -0300 Subject: [PATCH] fix mobile --- components/product/ProductView/ProductView.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/product/ProductView/ProductView.module.css b/components/product/ProductView/ProductView.module.css index b66c7bba1..ef934c222 100644 --- a/components/product/ProductView/ProductView.module.css +++ b/components/product/ProductView/ProductView.module.css @@ -1,5 +1,5 @@ .root { - @apply relative grid items-start gap-8 grid-cols-1; + @apply relative grid items-start gap-8 grid-cols-1 overflow-x-hidden; @screen lg { @apply grid-cols-12; @@ -49,7 +49,7 @@ } .sidebar { - @apply flex flex-col col-span-1; + @apply flex flex-col col-span-1 mx-auto max-w-8xl px-12 w-full; @screen lg { @apply col-span-5 pl-12 pt-20;