diff options
| author | Mark Otto <[email protected]> | 2011-10-22 22:49:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-22 22:49:37 -0700 |
| commit | b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4 (patch) | |
| tree | 5e2d407e9a7e861a42fb5b996ecd448cca7548f9 /lib/responsive.less | |
| parent | fb7fbdb278cc76c597acb69de5cd3a5d6eb77b00 (diff) | |
| download | bootstrap-b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4.tar.xz bootstrap-b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4.zip | |
tweaks to the responsive layout to improve type
Diffstat (limited to 'lib/responsive.less')
| -rw-r--r-- | lib/responsive.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/responsive.less b/lib/responsive.less index 6cacccad9..75c33b1a8 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -10,7 +10,7 @@ // Remove width from containers .container { width: auto; - padding: 0 10px; + padding: 0 15px; } // Undo negative margin on rows .row { |
