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