]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Revert: Let li sit flush together with each other in flexbox!
authorharry <harmanmanchanda182@gmail.com>
Sun, 21 May 2017 08:07:05 +0000 (13:37 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 21 May 2017 08:07:05 +0000 (13:37 +0530)
scss/components/_menu.scss

index 27046b317fa89dcd9fcbf515366e254e35f48f6f..b4c2a071717caffc8b022b87b3566d7974f10da1 100644 (file)
@@ -52,11 +52,6 @@ $menu-item-background-hover: $light-gray !default;
 
   li {
     @include disable-mouse-outline;
-
-    @if $global-flexbox {
-      margin-left: 0.125rem;
-      margin-right: 0.125rem;
-    }
   }
 
   a,