Last active
June 27, 2021 09:33
-
-
Save vordan/e771a94caeb380eb7c4dca281e9ee6c2 to your computer and use it in GitHub Desktop.
CSS Screen size breakpoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
breakpoints({ | |
wide: [ '1281px', '1680px' ], | |
normal: [ '961px', '1280px' ], | |
narrow: [ '841px', '960px' ], | |
narrower: [ '737px', '840px' ], | |
mobile: [ null, '736px' ] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment