Skip to content

Commit 259317b

Browse files
committed
chore: left align
1 parent 56374ac commit 259317b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const roleLabels = computed(
161161
<h2 class="text-lg text-fg uppercase tracking-wider mb-4">
162162
{{ $t('about.sponsors.title') }}
163163
</h2>
164-
<AboutLogoList :list="SPONSORS" class="flex-col md:flex-row" />
164+
<AboutLogoList :list="SPONSORS" class="flex-col items-start md:flex-row" />
165165
</div>
166166

167167
<div>

0 commit comments

Comments
 (0)