From 16e8b76d01bedb56d52e6b3a3a32275fcb9e5e63 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 22 Jan 2015 14:33:09 +0000 Subject: [PATCH] Change smaller breakpoint to include iPhone 6 --- scss/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_vars.scss b/scss/_vars.scss index 02c0192..caa353e 100755 --- a/scss/_vars.scss +++ b/scss/_vars.scss @@ -14,7 +14,7 @@ $base-spacing-unit: ($base-font-size * $base-line-height) * 1px; * Breakpoints */ -$breakpoint-sd: 640px; +$breakpoint-sd: 750px; $breakpoint-md: 768px; $breakpoint-ld: 2000px;