From 889d31c691c71aa2c13ed337fab909c54e52b8ab Mon Sep 17 00:00:00 2001 From: "yinzhou.ma" Date: Fri, 17 Jul 2026 09:04:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E7=94=A8grid=E5=B8=83=E5=B1=80?= =?UTF-8?q?=EF=BC=8C=E4=B8=80=E8=A1=8C=E4=B8=A4=E4=B8=AA=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 06af4c1..a96eb5d 100644 --- a/public/index.html +++ b/public/index.html @@ -21,8 +21,8 @@ .content { padding: 30px; } .image-grid { - display: flex; - flex-wrap: wrap; + display: grid; + grid-template-columns: repeat(2, 140px); gap: 30px; justify-content: center; }