]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove `display: flex`! 10247/head
authorharry <harmanmanchanda182@gmail.com>
Mon, 26 Jun 2017 20:21:22 +0000 (01:51 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 26 Jun 2017 20:21:22 +0000 (01:51 +0530)
scss/components/_menu.scss

index b74b7e241022815a3ca5e672921a46fea9d54a3d..681dc3eba9305d0e91e968ff991fe531aa04462f 100644 (file)
@@ -462,7 +462,6 @@ $menu-centered-back-compat: true !default;
     .menu-centered {
       > .menu {
         @if $global-flexbox {
-          display: flex;
           justify-content: center;
         }