Skip to content

Commit 9edd0ee

Browse files
committed
fix: increase spacing between logo cards
1 parent 508ecca commit 9edd0ee

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-10">
83+
<div class="space-y-14">
8484
<figure
8585
v-for="logo in logos"
8686
:key="logo.src"

0 commit comments

Comments
 (0)