diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-08 18:42:06 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-08 18:50:39 +0100 |
| commit | 4e878aab112b08a18f7285bbb0df1f20d38ee9cf (patch) | |
| tree | af083b2fca62aed8e29882421b729d228b77d7da /src/styles/base/_spacings.scss | |
| parent | a30ac67f560ff2b3bc2a462065ac5ddaf783682c (diff) | |
chore: ensure 100vh height and improve Header/Footer styles
Diffstat (limited to 'src/styles/base/_spacings.scss')
| -rw-r--r-- | src/styles/base/_spacings.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } } |
