2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

set the direction to column (aka, vertical) for mobile views

This commit is contained in:
Mark Otto
2016-12-28 16:49:55 -08:00
parent bef1dd3dab
commit ad3a2488b6
+1
View File
@@ -6,6 +6,7 @@
.navbar {
position: relative;
display: flex;
flex-direction: column;
padding: $navbar-padding-y $navbar-padding-x;
}