Skip to content

Commit

Permalink
Change media queries from 48em to 30em and 64em to 60em
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Aug 24, 2016
1 parent 5da89ca commit 7bfd1c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tachyons-background-size.css
@@ -1,6 +1,6 @@
@custom-media --breakpoint-not-small screen and (min-width: 48em);
@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em);
@custom-media --breakpoint-large screen and (min-width: 64em);
@custom-media --breakpoint-not-small screen and (min-width: 30em);
@custom-media --breakpoint-medium screen and (min-width: 30em) and (max-width: 60em);
@custom-media --breakpoint-large screen and (min-width: 60em);

/*
Expand Down

0 comments on commit 7bfd1c7

Please sign in to comment.