Change the xxl min-width break point for the library grid
This commit is contained in:
@ -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)',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user