feat: move games into their own section

This commit is contained in:
Devin Haska 2024-11-14 22:32:19 -08:00
parent 6084396e0b
commit fab1780282
35 changed files with 257 additions and 21 deletions

View file

@ -11,6 +11,10 @@
align-items: center;
}
.items-end {
align-items: flex-end;
}
.justify-center {
justify-content: center;
}