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 {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue