Move to mobile view earlier at 640px

This commit is contained in:
Barry Clark 2014-06-20 17:28:02 -04:00
parent bdddc6b4b9
commit ebeecf0bb1
2 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ $georgia: Georgia, serif;
// Mobile breakpoints
@mixin mobile {
@media screen and (max-width: 520px) {
@media screen and (max-width: 640px) {
@content;
}
}