From: harry Date: Mon, 26 Jun 2017 20:21:22 +0000 (+0530) Subject: Remove `display: flex`! X-Git-Tag: v6.4.0~2^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10247%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove `display: flex`! --- diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index b74b7e241..681dc3eba 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -462,7 +462,6 @@ $menu-centered-back-compat: true !default; .menu-centered { > .menu { @if $global-flexbox { - display: flex; justify-content: center; }