Skip to content

Commit

Permalink
fix: add more padding to xl breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmonline committed Jul 3, 2019
1 parent 19ed273 commit d786f59
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 d786f59

Please sign in to comment.