Skip to content

Commit

Permalink
fix: container and breakpoint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBlomgren committed May 8, 2019
1 parent 29c92cf commit 848045c
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
Expand Up @@ -3,7 +3,7 @@ export const breakpoints = {
xs: false,
sm: 768,
md: 992,
lg: 1300,
lg: 1440,
xl: 1680,
};

Expand All @@ -23,9 +23,9 @@ export const gutter = 20;

export const containers = {
xs: false,
sm: breakpoints.sm - 30,
md: breakpoints.md - 30,
lg: breakpoints.lg - 30,
sm: 720,
md: 936,
lg: 1252,
xl: 1600,
};

Expand Down

0 comments on commit 848045c

Please sign in to comment.