fix: best grid constraint

This commit is contained in:
Chubby Granny Chaser 2024-09-14 18:16:07 +01:00
parent 00528b6ca1
commit fcc24d6b94
No known key found for this signature in database

View File

@ -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)`]: {