Skip to content

Commit

Permalink
fix(grid): update desktop max width to 1440 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraider authored Mar 25, 2019
1 parent 52a71e8 commit 8136676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/global/material-grid/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $mdc-layout-grid-column-width: (
) !default;

$mdc-layout-grid-max-width: (
desktop: 1320px,
desktop: 1440px,
tablet: 100%,
phone: 100%
) !default;
Expand Down

0 comments on commit 8136676

Please sign in to comment.