From 167ba3c7246907d616418ba4de531ca79216cd73 Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sun, 5 Jul 2026 19:23:53 +0800 Subject: [PATCH] fix(ui): increase spacing between welcome heading and cards --- app/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index 581dd06..3bd2567 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -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 */