2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

decrease top/bottom padding a bit in mobile fixed navbars

This commit is contained in:
Mark Otto
2013-02-17 18:47:44 -08:00
parent ee9a0f4b94
commit 36aec5e484
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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