mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
decrease top/bottom padding a bit in mobile fixed navbars
This commit is contained in:
parent
ee9a0f4b94
commit
36aec5e484
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user