mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 15:50:58 +00:00
prefix those
This commit is contained in:
parent
853e5cb801
commit
1fbf531e07
1 changed files with 2 additions and 0 deletions
|
|
@ -27,11 +27,13 @@ body {
|
|||
@media (min-width: 768px) {
|
||||
.navbar-nav {
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.navbar-nav .nav-item {
|
||||
-ms-flex: 1 0 auto;
|
||||
-webkit-box-flex: 1;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue