fix cookie consent on mobile

This commit is contained in:
Franco Arza
2020-10-26 09:56:24 -03:00
parent dc6919e1da
commit 1dfff92072
2 changed files with 3 additions and 9 deletions

View File

@@ -61,9 +61,9 @@ const Layout: FC<Props> = ({ children, pageProps }) => {
{ 'shadow-magical': hasScrolled }
)}
>
<div className="px-4">
<Container>
<Navbar />
</div>
</Container>
</header>
<main className="fit">{children}</main>
<Footer pages={pageProps.pages} />
@@ -77,8 +77,7 @@ const Layout: FC<Props> = ({ children, pageProps }) => {
{modalView === 'FORGOT_VIEW' && <ForgotPassword />}
</Modal>
<Featurebar
title="This site uses cookies to improve your experience."
description="By clicking, you agree to our Privacy Policy."
title="This site uses cookies to improve your experience. By clicking, you agree to our Privacy Policy."
hide={acceptedCookies}
action={
<Button className="mx-5" onClick={() => setAcceptedCookies(true)}>