From d2ceeb674fff44c8c4fa3e315c4a67ef4ba24e0f Mon Sep 17 00:00:00 2001 From: rbetree Date: Sun, 28 Dec 2025 19:40:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E9=A1=B5=E5=8D=A1=E7=89=87=E5=B9=B6=E6=8E=92=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 8d322ab..3f45969 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1653,9 +1653,9 @@ body .content.expanded { margin: 0; } -/* articles:桌面端网格固定 4 列(避免 auto-fill 在大屏上过多列导致阅读密度过高) */ +/* articles:桌面端网格固定 3 列(避免 auto-fill 在大屏上过多列导致阅读密度过高) */ .page-template-articles .sites-grid { - grid-template-columns: repeat(4, minmax(0, 1fr)); + grid-template-columns: repeat(3, minmax(0, 1fr)); } @media (max-width: 1024px) {