Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
feat(Theme): fix breakpoints overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 1, 2018
1 parent a3649f6 commit b2c08b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const SIZES = {
medium: { min: 851, max: 992 },
large: { min: 993, max: 1024 },
xlarge: { min: 1025, max: 1200 },
xxlarge: { min: 1021, max: 1290 },
xxlarge: { min: 1201, max: 1290 },
xxxlarge: { min: 1291, max: Infinity },
// xsmall: { min: 0, max: 599 },
// small: { min: 600, max: 779 },
Expand Down

0 comments on commit b2c08b6

Please sign in to comment.