Skip to content

Commit 8c71173

Browse files
committed
fix: use mt-12 on figures instead of space-y for logo spacing
1 parent e5ab1bb commit 8c71173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/brand.vue

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

83-
<div class="space-y-16">
83+
<div>
8484
<figure
8585
v-for="logo in logos"
8686
:key="logo.src"
87-
class="m-0"
87+
class="m-0 mt-12 first:mt-0"
8888
role="group"
8989
:aria-label="logo.name()"
9090
>

0 commit comments

Comments
 (0)