mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
set the direction to column (aka, vertical) for mobile views
This commit is contained in:
parent
952035f353
commit
cc6d9085f7
@ -6,6 +6,7 @@
|
||||
.navbar {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: $navbar-padding-y $navbar-padding-x;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user