aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-28 16:49:55 -0800
committerMark Otto <[email protected]>2016-12-28 19:07:33 -0800
commitcc6d9085f7f88dddc0c027734d75c912c3687bd5 (patch)
treebcb389df16f7f54d5c48c63230b8eeadde9f49f3
parent952035f353e3fa10c269999ad97c47aa5f0b2a58 (diff)
downloadbootstrap-cc6d9085f7f88dddc0c027734d75c912c3687bd5.tar.xz
bootstrap-cc6d9085f7f88dddc0c027734d75c912c3687bd5.zip
set the direction to column (aka, vertical) for mobile views
-rw-r--r--scss/_navbar.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 53d877896..ddaabcd81 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;
}