fix(ui): increase spacing between welcome heading and cards

This commit is contained in:
2026-07-05 19:23:53 +08:00
parent 9decb570c2
commit 167ba3c724

View File

@@ -80,7 +80,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
.inline { display: inline; }
/* Section */
.section { margin-bottom: 2rem; }
.section { margin-top: 2rem; margin-bottom: 2rem; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
/* Card grid */