Skip to content

Commit

Permalink
Merge pull request #34 from nordnet/fix/xl-offset
Browse files Browse the repository at this point in the history
fix: update offset for xl breakpoint
  • Loading branch information
mjmonline authored Jun 24, 2019
2 parents ee80a7f + 2727158 commit 4d2deb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const offsets = {
sm: 24,
md: 28,
lg: 96,
xl: 10,
xl: 40,
};

export const containers = {
Expand Down

0 comments on commit 4d2deb0

Please sign in to comment.