Skip to content

Commit

Permalink
feat(styles): new very large breakpoints added (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
billgil committed May 25, 2023
1 parent 84dd734 commit 63feb28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-trainers-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@web3uikit/styles': patch
---

feat(styles): new very large breakpoints
6 changes: 6 additions & 0 deletions packages/styles/src/lib/breakpoints.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/**
* xl4k - Chad screen 4k
* xl2k - Large High Res
* xxxl - 3x Extra Large
* xxl - Extra Extra Large
* xl - Extra Large
* lg - Large
Expand All @@ -7,6 +10,9 @@
* xs - Extra Small
*/
const breakpoints = {
xl4k: '3840px',
xl2k: '2560px',
xxxl: '1920px',
xxl: '1400px',
xl: '1200px',
lg: '1025px',
Expand Down

0 comments on commit 63feb28

Please sign in to comment.