Skip to content

Commit

Permalink
fix: keep 3-column layout on 13-inch mbp
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed May 25, 2020
1 parent b6414f4 commit 8d1d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.ts
Expand Up @@ -8,7 +8,7 @@ const defaultTheme: ThemeInterface = {
},
breakpoints: {
small: '50rem',
medium: '85rem',
medium: '75rem',
large: '105rem',
},
colors: {
Expand Down

0 comments on commit 8d1d4c8

Please sign in to comment.