From 5f7ca75273a7aba0163a6e23f68ad180261c93e6 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 25 May 2023 13:28:27 +0800 Subject: [PATCH] Change the xxl min-width break point for the library grid --- packages/web/components/tokens/stitches.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/tokens/stitches.config.ts b/packages/web/components/tokens/stitches.config.ts index ceb20bbd2..b2b69dffb 100644 --- a/packages/web/components/tokens/stitches.config.ts +++ b/packages/web/components/tokens/stitches.config.ts @@ -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)', }, })