From 732d0943f8041d76262222a092b014f2557085ef Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 2 May 2022 18:57:29 +0200 Subject: chore: add homepage --- src/components/templates/layout/layout.module.scss | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/components/templates/layout/layout.module.scss') diff --git a/src/components/templates/layout/layout.module.scss b/src/components/templates/layout/layout.module.scss index 3533257..806d2d7 100644 --- a/src/components/templates/layout/layout.module.scss +++ b/src/components/templates/layout/layout.module.scss @@ -1,15 +1,6 @@ @use "@styles/abstracts/functions" as fun; @use "@styles/abstracts/mixins" as mix; -:global { - #__next { - flex: 1; - display: flex; - flex-flow: column nowrap; - min-height: 100vh; - } -} - .header { border-bottom: fun.convert-px(3) solid var(--color-border-light); } -- cgit v1.2.3