mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 11:20:26 +02:00
decrease top/bottom padding a bit in mobile fixed navbars
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user