mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Change the xxl min-width break point for the library grid
This commit is contained in:
parent
6cfd424922
commit
5f7ca75273
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
md: '(min-width: 768px)',
|
||||
lg: '(min-width: 992px)',
|
||||
xl: '(min-width: 1200px)',
|
||||
xxl: '(min-width: 1700px)',
|
||||
xxl: '(min-width: 1500px)',
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue