Skip to content

Commit

Permalink
Merge pull request #38 from nordnet/fix/xl-more-padding
Browse files Browse the repository at this point in the history
fix: add more padding to xl breakpoint
  • Loading branch information
mjmonline authored Jul 3, 2019
2 parents 19ed273 + d786f59 commit 431f737
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: 40,
xl: 60,
};

export const containers = {
Expand Down

0 comments on commit 431f737

Please sign in to comment.