Skip to content

Commit

Permalink
use breakpoint of proposal
Browse files Browse the repository at this point in the history
We should be able to use the same breakpoints as in
mui#21902 (comment)
If we can't there is something wrong with them. We need to know.
  • Loading branch information
oliviertassinari committed Dec 29, 2020
1 parent 00b207c commit 1170111
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/modules/branding/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ let theme = createMuiTheme({
},
breakpoints: {
values: {
xs: 0,
sm: 600,
md: 960,
lg: 1440,
xl: 1920,
xs: 0, // phone
sm: 600, // tablets
md: 900, // small laptop
lg: 1200, // desktop
xl: 1500, // large screens
},
},
});
Expand Down

0 comments on commit 1170111

Please sign in to comment.