fix(css): add top margin to stat-cards container for consistent spacing

This commit is contained in:
Will Miao
2026-06-17 08:24:03 +08:00
parent 8c4b9a1e70
commit da02268196

View File

@@ -8,7 +8,7 @@
display: flex;
flex-wrap: wrap;
gap: var(--space-2);
margin-bottom: var(--space-3);
margin: var(--space-3) 0;
}
.stat-card {