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

Commit 2ca081b

Browse files
author
Bao Zhiyuan
committed
tweak css
1 parent 8e064b8 commit 2ca081b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ function indexHtml(): string {
279279
280280
.game-cards-final {
281281
display: grid;
282-
grid-template-columns: ${FINAL_TEAMS.map(() => '1fr').join(' ')};
282+
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
283283
gap: 1rem;
284284
}
285285

0 commit comments

Comments
 (0)