From c66202c3563c16e0a300ea7a570962eb8a05d323 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 8 May 2015 10:08:28 -0400 Subject: [PATCH] Set to 1000 for row width Most of our sites are at 1000 --- root/scss/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scss/_settings.scss b/root/scss/_settings.scss index 9de82ff..7af3a57 100644 --- a/root/scss/_settings.scss +++ b/root/scss/_settings.scss @@ -79,7 +79,7 @@ $include-html-global-classes: $include-html-classes; // $include-html-grid-classes: $include-html-classes; // $include-xl-html-grid-classes: false; -$row-width: rem-calc(960); +$row-width: rem-calc(1000); $total-columns: 12; $column-gutter: rem-calc(30); -- 2.17.1