Commit 36aec5e4 authored by Mark Otto's avatar Mark Otto

decrease top/bottom padding a bit in mobile fixed navbars

parent ee9a0f4b
......@@ -3124,7 +3124,7 @@ button.close {
*/
.navbar {
padding: 15px;
padding: 10px 15px;
background-color: #eeeeee;
border-radius: 4px;
}
......
......@@ -4,7 +4,7 @@
// Wrapper and base class
.navbar {
padding: 15px;
padding: 10px 15px;
background-color: @navbar-bg;
border-radius: @border-radius-base;
// Prevent floats from breaking the navbar
......
Markdown is supported
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