From 49023373fb892ff681dcc122edb7adf93da97c56 Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Mon, 25 Apr 2022 23:33:03 +0200 Subject: [PATCH] Change layout --- components/layout/Footer.tsx | 2 +- components/layout/Layout.tsx | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index f31202c6e..f9485589b 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -51,7 +51,7 @@ export function Footer({ links }: FooterCenteredProps) { return ( ({ main: { - [theme.fn.smallerThan('md')]: { - maxWidth: '90vw', - }, [theme.fn.largerThan('md')]: { width: 1200, },