mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Try grid columns
This commit is contained in:
parent
82438416a1
commit
ce62df044a
1 changed files with 2 additions and 3 deletions
|
|
@ -180,9 +180,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.games {
|
.games {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-wrap: wrap;
|
grid-template-columns: repeat(3, 1fr);
|
||||||
flex-direction: row;
|
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue