diff options
| author | Mark Otto <[email protected]> | 2013-04-30 19:35:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-30 19:35:52 -0700 |
| commit | 47155e8aa38856ff928be02b33454ae79d84aa2e (patch) | |
| tree | df7d154948328280cd8020986a3acedb28b32834 /less | |
| parent | 0780faad45d106fbe8bd0de64e1cdfb3d6117d0e (diff) | |
| download | bootstrap-47155e8aa38856ff928be02b33454ae79d84aa2e.tar.xz bootstrap-47155e8aa38856ff928be02b33454ae79d84aa2e.zip | |
outdent the rows for tablets and above
Diffstat (limited to 'less')
| -rw-r--r-- | less/grid.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/grid.less b/less/grid.less index 70c304968..a39d38b2e 100644 --- a/less/grid.less +++ b/less/grid.less @@ -41,6 +41,10 @@ .container { max-width: 728px; } + .row { + margin-left: (@grid-gutter-width / -2); + margin-right: (@grid-gutter-width / -2); + } } // Responsive: Desktops and up |
