Commit e81f255
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments