Skip to content

Commit 3553431

Browse files
committed
fix(website): reduce gap between logo and title
1 parent edfee8f commit 3553431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
.hero-logo {
127127
display: block;
128-
margin: 0 auto var(--space-xl);
128+
margin: 0 auto var(--space-sm);
129129
animation: fadeInUp 0.8s var(--ease-out-expo) 0.05s both;
130130
}
131131

0 commit comments

Comments
 (0)