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/styles/base/_spacings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/base/_spacings.scss') diff --git a/src/styles/base/_spacings.scss b/src/styles/base/_spacings.scss index 74c6fa9..7c71445 100644 --- a/src/styles/base/_spacings.scss +++ b/src/styles/base/_spacings.scss @@ -30,7 +30,7 @@ @include mix.media("screen") { @include mix.dimensions("sm") { :root { - --toolbar-size: 0; + --toolbar-size: 0px; } } } -- cgit v1.2.3