diff options
| author | Mark Otto <[email protected]> | 2013-08-17 17:26:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 17:26:52 -0700 |
| commit | e58721995879da2e866f27d389dfa9ed9da4d0b5 (patch) | |
| tree | 282c38e6ef87bc2bea3883943919773b7706c844 /dist/css/bootstrap.css | |
| parent | 90d5e48f5f2d9d9619eb819fc914804064a3adaa (diff) | |
| download | bootstrap-e58721995879da2e866f27d389dfa9ed9da4d0b5.tar.xz bootstrap-e58721995879da2e866f27d389dfa9ed9da4d0b5.zip | |
Fix navbar brand alignment by removing header padding when above 768px
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index dd76c038c..b7fc3af70 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3238,6 +3238,9 @@ button.close { @media (min-width: 768px) { .navbar-header { float: left; + padding-right: 0; + padding-left: 0; + margin-right: 15px; } } |
