Skip to content

Commit e5ab1bb

Browse files
committed
fix: use space-y-16 for logo card spacing
1 parent 9edd0ee commit e5ab1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/brand.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async function handlePngDownload(logo: (typeof logos)[number]) {
8080
{{ $t('brand.logos.description') }}
8181
</p>
8282

83-
<div class="space-y-14">
83+
<div class="space-y-16">
8484
<figure
8585
v-for="logo in logos"
8686
:key="logo.src"

0 commit comments

Comments
 (0)