Skip to content

Commit

Permalink
Added new ns breakpoint to respect max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerber committed Jun 21, 2018
1 parent 9508cfa commit e063e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/_variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
https://developer.mozilla.org/en-US/docs/Web/CSS/:root
*/

@custom-media --breakpoint-not-small screen and (min-width: 30em);
@custom-media --breakpoint-not-small screen and (min-width: 26.25em);
@custom-media --breakpoint-medium screen and (min-width: 45em);
@custom-media --breakpoint-large screen and (min-width: 60em);

Expand Down

0 comments on commit e063e6b

Please sign in to comment.