Skip to content

Commit

Permalink
feat: Add 1000px breakpoint (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Apr 11, 2023
1 parent ad0c45a commit 5ccda97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const baseTheme = {
mode: 'dark',
breakpoints: {
// We'll add mobile breakpoints later
desktopSmall: 1000,
desktop: 1280,
desktopLarge: 1440,
},
Expand Down

0 comments on commit 5ccda97

Please sign in to comment.