Skip to content

Commit 8cf0210

Browse files
committed
fix: replace space-y-16 with flex col gap-16 for section spacing
1 parent 8c71173 commit 8cf0210

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
@@ -70,7 +70,7 @@ async function handlePngDownload(logo: (typeof logos)[number]) {
7070
</p>
7171
</header>
7272

73-
<div class="space-y-16">
73+
<div class="flex flex-col gap-16">
7474
<!-- Logos Section -->
7575
<section aria-labelledby="brand-logos-heading">
7676
<h2 id="brand-logos-heading" class="text-lg text-fg uppercase tracking-wider mb-4">

0 commit comments

Comments
 (0)