From fcc24d6b940a622ca4eb414eaf7874e51e24f95d Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Sat, 14 Sep 2024 18:16:07 +0100 Subject: [PATCH] fix: best grid constraint --- .../src/pages/profile/profile-content/profile-content.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/pages/profile/profile-content/profile-content.css.ts b/src/renderer/src/pages/profile/profile-content/profile-content.css.ts index a0fb9979..51026ebf 100644 --- a/src/renderer/src/pages/profile/profile-content/profile-content.css.ts +++ b/src/renderer/src/pages/profile/profile-content/profile-content.css.ts @@ -112,7 +112,7 @@ export const gamesGrid = style({ gap: `${SPACING_UNIT * 2}px`, gridTemplateColumns: "repeat(2, 1fr)", "@container": { - [`${appContainer} (min-width: 1000px)`]: { + [`${appContainer} (min-width: 900px)`]: { gridTemplateColumns: "repeat(4, 1fr)", }, [`${appContainer} (min-width: 1300px)`]: {