df7c30b68259fedcbc684595a8635e62a8a89f26
[roojs1] / less / roojs-bootstrap / navbar.less
1 /* for some reason it's -15px on BS */
2
3 @media (min-width: 768px) {
4     .navbar-right {
5         margin-right: 15px;
6     }
7 }
8 /* was -15 before, on mobile it made the buttons too close to the edit.. */
9 .navbar-nav {
10     margin: 7.5px -5px;
11 }