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 */