From 47155e8aa38856ff928be02b33454ae79d84aa2e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 30 Apr 2013 19:35:52 -0700 Subject: outdent the rows for tablets and above --- less/grid.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'less') 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 -- cgit v1.2.3