Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
tweak css
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Nov 21, 2024
1 parent 8e064b8 commit 2ca081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.mts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function indexHtml(): string {
.game-cards-final {
display: grid;
grid-template-columns: ${FINAL_TEAMS.map(() => '1fr').join(' ')};
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1rem;
}
Expand Down

0 comments on commit 2ca081b

Please sign in to comment.