Skip to content

Commit 8eee0d5

Browse files
style: reduce header spacing for more compact dashboard layout
Decrease header margin-bottom from 3rem to 1.5rem and padding-bottom from 2rem to 1.5rem for a tighter visual hierarchy. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a860947 commit 8eee0d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reports/interactive_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def build_interactive_report(
170170
line-height: 1.5;
171171
}}
172172
.page {{ max-width: 1440px; margin: 0 auto; padding: 3rem 3rem 5rem; }}
173-
header {{ margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--border-light); }}
173+
header {{ margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border-light); }}
174174
.header-row {{ display: flex; align-items: flex-start; justify-content: space-between; gap: 2rem; }}
175175
.header-text {{ flex: 1; }}
176176
h1 {{ font-family: 'Syne', sans-serif; font-size: 2.25rem; font-weight: 700; letter-spacing: -0.04em; margin: 0 0 0.5rem; color: var(--text); }}

0 commit comments

Comments
 (0)