aboutsummaryrefslogtreecommitdiff
path: root/less/grid.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-30 19:35:52 -0700
committerMark Otto <[email protected]>2013-04-30 19:35:52 -0700
commit47155e8aa38856ff928be02b33454ae79d84aa2e (patch)
treedf7d154948328280cd8020986a3acedb28b32834 /less/grid.less
parent0780faad45d106fbe8bd0de64e1cdfb3d6117d0e (diff)
downloadbootstrap-47155e8aa38856ff928be02b33454ae79d84aa2e.tar.xz
bootstrap-47155e8aa38856ff928be02b33454ae79d84aa2e.zip
outdent the rows for tablets and above
Diffstat (limited to 'less/grid.less')
-rw-r--r--less/grid.less4
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