style(roadmap): more air between nav and title

Triple the top padding above the header (32→96px desktop, 24→72px
mobile) so the title sits with more breathing room below the nav.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jonathan Hvid 2026-05-12 15:32:02 +02:00
parent 0ea7e3fd96
commit 65191256ec

View file

@ -54,7 +54,7 @@ const items = getAllRoadmapItems()
text-align: center;
max-width: 640px;
margin: 0 auto 56px; /* generous gap to the legend */
padding-top: 32px;
padding-top: 96px;
}
.roadmap-title {
font-family: var(--font-serif);
@ -103,7 +103,7 @@ const items = getAllRoadmapItems()
@media (max-width: 767px) {
.roadmap-page { padding: 0 24px 64px; }
.roadmap-header { padding-top: 24px; margin-bottom: 40px; }
.roadmap-header { padding-top: 72px; margin-bottom: 40px; }
.roadmap-title { font-size: 36px; }
.roadmap-legend { margin-bottom: 12px; }
.roadmap-page :global(.rr-dispatch) { margin-top: 72px; }