aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to '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