aboutsummaryrefslogtreecommitdiff
path: root/lib/responsive.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/responsive.less')
-rw-r--r--lib/responsive.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/responsive.less b/lib/responsive.less
index fe2b7cd49..4cef89180 100644
--- a/lib/responsive.less
+++ b/lib/responsive.less
@@ -205,6 +205,9 @@
.container {
width: @siteWidth;
}
+ .row {
+ margin-left: @gridGutterWidth * -1;
+ }
[class*="span"] {
margin-left: @gridGutterWidth;
}
@@ -238,4 +241,4 @@
.offset12 { .offset(12); }
}
-*/
+*/ \ No newline at end of file