diff options
Diffstat (limited to 'lib/responsive.less')
| -rw-r--r-- | lib/responsive.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/responsive.less b/lib/responsive.less index a1a33164f..6cacccad9 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -12,6 +12,10 @@ width: auto; padding: 0 10px; } + // Undo negative margin on rows + .row { + margin-left: 0; + } // Make all columns even [class*="span"] { float: none; @@ -57,6 +61,10 @@ width: auto; padding: 0 10px; } + // Undo negative margin on rows + .row { + margin-left: 0; + } // Make all columns even [class*="span"] { float: none; |
