less/roojs-bootstrap/navbar.less
authorAlan Knowles <alan@roojs.com>
Tue, 13 Feb 2018 03:41:32 +0000 (11:41 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 13 Feb 2018 03:41:32 +0000 (11:41 +0800)
less/roojs-bootstrap/navbar.less

index c266885..df7c30b 100644 (file)
@@ -4,4 +4,8 @@
     .navbar-right {
         margin-right: 15px;
     }
+}
+/* was -15 before, on mobile it made the buttons too close to the edit.. */
+.navbar-nav {
+    margin: 7.5px -5px;
 }
\ No newline at end of file