Skip to content

Commit

Permalink
fix: tighten breakpoints further
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmonline committed Oct 1, 2019
1 parent 32badda commit cdd2f16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/spec.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const breakpoints = {
// The grid is mobile first so xs is the default, hence no breakpoint
xs: false,
sm: 760,
md: 976,
lg: 1292,
xl: 1600,
sm: 736,
md: 952,
lg: 1268,
xl: 1576,
};

export const media = size => {
Expand Down

0 comments on commit cdd2f16

Please sign in to comment.