From 1dfff92072ab2704fd2b80cb74105a83882bc400 Mon Sep 17 00:00:00 2001 From: Franco Arza Date: Mon, 26 Oct 2020 09:56:24 -0300 Subject: [PATCH] fix cookie consent on mobile --- components/core/Layout/Layout.tsx | 7 +++---- yarn.lock | 5 ----- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/components/core/Layout/Layout.tsx b/components/core/Layout/Layout.tsx index 3c186580b..85da7e847 100644 --- a/components/core/Layout/Layout.tsx +++ b/components/core/Layout/Layout.tsx @@ -61,9 +61,9 @@ const Layout: FC = ({ children, pageProps }) => { { 'shadow-magical': hasScrolled } )} > -
+ -
+
{children}