Try grid columns

This commit is contained in:
Bradley Shellnut 2022-07-10 12:51:44 -07:00 committed by GitHub
parent 82438416a1
commit ce62df044a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }