릴리스: v1.3.24 게임 허브 티어표 그리드 정렬

This commit is contained in:
2026-04-01 14:11:10 +09:00
parent b851100c89
commit 7952f2f289
2 changed files with 4 additions and 2 deletions

View File

@@ -222,8 +222,7 @@ function submitSearch() {
}
.list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
justify-content: start;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}