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:
parent
0ea7e3fd96
commit
65191256ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue