From fd6619e6ef55b52751c09b1b58be7d1fcd100fde Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 20 Oct 2020 15:46:53 -0300 Subject: [PATCH] More size for Product View --- assets/global.css | 2 +- components/core/Footer/Footer.tsx | 4 - components/core/Navbar/Navbar.tsx | 10 +-- .../ProductSlider/ProductSlider.module.css | 7 +- .../product/ProductSlider/ProductSlider.tsx | 11 ++- .../ProductView/ProductView.module.css | 75 +++++++++++-------- .../product/ProductView/ProductView.tsx | 2 +- 7 files changed, 66 insertions(+), 45 deletions(-) diff --git a/assets/global.css b/assets/global.css index bde37971d..4d3d23402 100644 --- a/assets/global.css +++ b/assets/global.css @@ -59,7 +59,7 @@ } .fit { - min-height: calc(100vh - 300px); + min-height: calc(100vh - 88px - 41px); } *, diff --git a/components/core/Footer/Footer.tsx b/components/core/Footer/Footer.tsx index bf31d6128..55f855429 100644 --- a/components/core/Footer/Footer.tsx +++ b/components/core/Footer/Footer.tsx @@ -22,10 +22,6 @@ const Footer: FC = ({ className, pages }) => { return (
-