Skip to content

Commit e81f255

Browse files
zedorapsclaude
andcommitted
Fix divider spacing on the changelog landing page
The card grid and divider are nested inside the landing component's root element, so Starlight's flow-spacing rule (which only targets direct children of `.sl-markdown-content`) never applied vertical margin to the `<hr>`. As a result the divider sat flush against the project cards. Give the divider explicit margins using brand spacing tokens so it reads as centered between the cards and the footer text. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c503ccf commit e81f255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ChangelogLanding.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const hasGeneratedLanding = changelogLandingProjects.length > 0;
4444
))}
4545
</div>
4646

47-
<hr />
47+
<hr style="margin-block: var(--tnz-space-16) var(--tnz-space-10);" />
4848

4949
<p>
5050
For general release announcements and deeper dives into selected

0 commit comments

Comments
 (0)