From ebeecf0bb1700d4940ad8d68171b1b9f2d8a7608 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Fri, 20 Jun 2014 17:28:02 -0400 Subject: Move to mobile view earlier at 640px --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/_variables.scss b/scss/_variables.scss index 1a6fb6f..5ec3394 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -21,7 +21,7 @@ $georgia: Georgia, serif; // Mobile breakpoints @mixin mobile { - @media screen and (max-width: 520px) { + @media screen and (max-width: 640px) { @content; } } \ No newline at end of file -- cgit v1.2.3