From 191bb96a0f9fbc249dfa160af02e4de6a94631a6 Mon Sep 17 00:00:00 2001 From: Franco Arza Date: Fri, 23 Oct 2020 19:47:10 -0300 Subject: [PATCH 01/10] general improvements --- components/core/Layout/Layout.tsx | 4 ++-- components/product/ProductCard/ProductCard.module.css | 1 + components/ui/Hero/Hero.tsx | 10 +++++----- components/ui/Sidebar/Sidebar.tsx | 2 +- pages/index.tsx | 8 ++++---- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/components/core/Layout/Layout.tsx b/components/core/Layout/Layout.tsx index 74c5a4069..eec034267 100644 --- a/components/core/Layout/Layout.tsx +++ b/components/core/Layout/Layout.tsx @@ -43,9 +43,9 @@ const Layout: FC = ({ children, pageProps }) => { { 'shadow-magical': hasScrolled } )} > - +
- +
{children}