From 4e878aab112b08a18f7285bbb0df1f20d38ee9cf Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 8 Jan 2022 18:42:06 +0100 Subject: chore: ensure 100vh height and improve Header/Footer styles --- src/components/Main/Main.module.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/components/Main/Main.module.scss (limited to 'src/components/Main/Main.module.scss') diff --git a/src/components/Main/Main.module.scss b/src/components/Main/Main.module.scss new file mode 100644 index 0000000..7c20020 --- /dev/null +++ b/src/components/Main/Main.module.scss @@ -0,0 +1,3 @@ +.wrapper { + flex: 1; +} -- cgit v1.2.3