From df9e8b1985a0f1c71c0657e72fad008bf437faba Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 20 Jan 2022 17:13:15 +0100 Subject: chore: add projects to main nav I redesign a little the main nav on small screens so it can takes two columns when the screen height is low. I change the 2xs breakpoint to 500px instead of 400px. --- src/components/Toolbar/Toolbar.module.scss | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/components/Toolbar/Toolbar.module.scss') diff --git a/src/components/Toolbar/Toolbar.module.scss b/src/components/Toolbar/Toolbar.module.scss index 096ad50..aabec9a 100644 --- a/src/components/Toolbar/Toolbar.module.scss +++ b/src/components/Toolbar/Toolbar.module.scss @@ -26,11 +26,6 @@ var(--color-shadow-dark); @include mix.media("screen") { - @include mix.dimensions(null, "2xs", "height") { - --toolbar-size: #{fun.convert-px(52)}; - --btn-size: #{fun.convert-px(42)}; - } - @include mix.dimensions("sm") { --toolbar-size: auto; -- cgit v1.2.3