From d3d1bebc8906506466d19ac265fe191cdda3489c Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 26 Feb 2015 14:36:35 +0000 Subject: [PATCH] Reduce largest breakpoint --- scss/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_vars.scss b/scss/_vars.scss index caa353e..4e0197f 100755 --- a/scss/_vars.scss +++ b/scss/_vars.scss @@ -16,7 +16,7 @@ $base-spacing-unit: ($base-font-size * $base-line-height) * 1px; $breakpoint-sd: 750px; $breakpoint-md: 768px; -$breakpoint-ld: 2000px; +$breakpoint-ld: 1024px; /**