refactor: Remove commented-out styles for the recent section in sponsor.html

This commit is contained in:
zhangyuheng
2026-02-28 11:35:07 +08:00
parent 6e07822522
commit d475d329e9

View File

@@ -411,14 +411,6 @@
box-shadow: 0 4px 12px rgba(0,0,0,0.15); 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 { .donation-grid {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));