Change smaller breakpoint to include iPhone 6

This commit is contained in:
Mike Francis 2015-01-22 14:33:09 +00:00
parent a41be1b183
commit 16e8b76d01
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $base-spacing-unit: ($base-font-size * $base-line-height) * 1px;
* Breakpoints * Breakpoints
*/ */
$breakpoint-sd: 640px; $breakpoint-sd: 750px;
$breakpoint-md: 768px; $breakpoint-md: 768px;
$breakpoint-ld: 2000px; $breakpoint-ld: 2000px;