Skip to content

Commit b0008cd

Browse files
committed
style(site): tighten the gap above the install button
The section heading margin and the button margin stacked into 52px of empty space above a small button. Claude-Session: https://claude.ai/code/session_012dGUbQGJZS4VHDKgm8EJ2o
1 parent 0486cbf commit b0008cd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

website/.vitepress/components/HomePage.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,14 @@ import { data as example } from './homeExample.data';
187187
font-weight: 700;
188188
}
189189
190+
.quick-start .section-heading {
191+
margin-bottom: 1.25rem;
192+
}
193+
190194
.install-link {
191195
display: inline-flex;
192196
gap: 0.4rem;
193197
align-items: center;
194-
margin-top: 1.25rem;
195198
border-radius: 7px;
196199
background: var(--vp-c-brand-3);
197200
color: var(--vp-button-brand-text);

0 commit comments

Comments
 (0)