From 2c0a60a777d85c9223abf245be56308b8c62804c Mon Sep 17 00:00:00 2001 From: Jeff Adams Date: Fri, 21 Oct 2011 11:56:13 -0500 Subject: remove negative margin on .row so we don't hang off the left edge of the screen --- lib/responsive.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/responsive.less') diff --git a/lib/responsive.less b/lib/responsive.less index a1a33164f..1a84245a1 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -12,6 +12,12 @@ width: auto; padding: 0 10px; } + + // remove negative margin so we don't hang off the screen + .row { + margin-left: 0; + } + // Make all columns even [class*="span"] { float: none; @@ -57,6 +63,12 @@ width: auto; padding: 0 10px; } + + // remove negative margin so we don't hang off the screen + .row { + margin-left: 0; + } + // Make all columns even [class*="span"] { float: none; -- cgit v1.2.3