]> git.parisson.com Git - mezzo.git/commitdiff
Fix a margin on the nav tree
authorJérémy Fabre <blackmagik88@gmail.com>
Tue, 30 Aug 2016 14:35:05 +0000 (16:35 +0200)
committerJérémy Fabre <blackmagik88@gmail.com>
Tue, 30 Aug 2016 14:35:05 +0000 (16:35 +0200)
app/static/src/sass/modules/navs/_nav-tree.scss

index 2f9a7a712f346194841480b2708a438fadd3e989..1032ac279154384b14368da4c36e2a119ecb5bb6 100644 (file)
@@ -8,7 +8,7 @@ $module: ".nav-tree";
 
     &--level-0 {
 
-        @include mq($until: xs) {
+        @include mq($until: sm) {
             @include margin-bottom(3);
         }