From d475d329e99e43e07ff69e8411d8f2aafc08b1da Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Sat, 28 Feb 2026 11:35:07 +0800 Subject: [PATCH] refactor: Remove commented-out styles for the recent section in sponsor.html --- sponsor.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sponsor.html b/sponsor.html index 7c52d0d..a654a5a 100644 --- a/sponsor.html +++ b/sponsor.html @@ -411,14 +411,6 @@ box-shadow: 0 4px 12px rgba(0,0,0,0.15); } - /* Timeline / Recent List Section */ - .recent-section { - /* background: white; */ /* Removing background for cleaner look */ - /* border-radius: var(--radius-large); */ - /* padding: 40px; */ - /* box-shadow: 0 4px 20px rgba(0,0,0,0.04); */ - } - .donation-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));