From: Mark Otto Date: Thu, 29 Dec 2016 00:49:55 +0000 (-0800) Subject: set the direction to column (aka, vertical) for mobile views X-Git-Tag: v4.0.0-beta~192^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad3a2488b61754c0c71a7f3ba2a7107a1f97815e;p=thirdparty%2Fbootstrap.git set the direction to column (aka, vertical) for mobile views --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 53d8778960..ddaabcd81a 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -6,6 +6,7 @@ .navbar { position: relative; display: flex; + flex-direction: column; padding: $navbar-padding-y $navbar-padding-x; }