]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change "small down" breakpoint in top bar to "small only" #7587
authorGeoff Kimball <geoff@zurb.com>
Tue, 22 Dec 2015 17:32:04 +0000 (09:32 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 22 Dec 2015 17:32:04 +0000 (09:32 -0800)
scss/components/_top-bar.scss

index 690a9af830c3f95b617d5a501620a5c7fbb627dd..335d245520469286e5150fbda5bab0add441f41a 100644 (file)
@@ -74,7 +74,7 @@ $topbar-input-width: 200px !default;
   }
 
   // Stack on small screens as default
-  @include breakpoint(small down) {
+  @include breakpoint(small only) {
     @include top-bar-stacked;
   }