diff options
Diffstat (limited to 'lib/responsive.less')
| -rw-r--r-- | lib/responsive.less | 12 |
1 files changed, 12 insertions, 0 deletions
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; |
