refactor: 调整文章页卡片并排数

This commit is contained in:
rbetree
2025-12-28 19:40:38 +08:00
parent 4eea833f20
commit d2ceeb674f

View File

@@ -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) {