Change the xxl min-width break point for the library grid

This commit is contained in:
Jackson Harper
2023-05-25 13:28:27 +08:00
parent 6cfd424922
commit 5f7ca75273

View File

@ -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)',
},
})