mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: best grid constraint
This commit is contained in:
parent
00528b6ca1
commit
fcc24d6b94
1 changed files with 1 additions and 1 deletions
|
@ -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)`]: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue