From 307ce212c255e50c0ce2f43d0ccb7373138ad0ab Mon Sep 17 00:00:00 2001 From: zenn Date: Tue, 19 May 2026 12:13:18 +0900 Subject: [PATCH] Hide amiibo price ranges by default --- index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index bafeed1..0491ff6 100644 --- a/index.html +++ b/index.html @@ -174,8 +174,9 @@ .grid { display: grid; - grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; + max-width: 970px; } .card { @@ -370,6 +371,8 @@