Commit 1fbf531e authored by Mark Otto's avatar Mark Otto
Browse files

prefix those

parent 853e5cb8
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment