Skip to content

Commit af71229

Browse files
iiio2ghostdevv
andauthored
fix: improve sponsors layout on the about page for mobile users (#1890)
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com> Co-authored-by: Willow (GHOST) <git@willow.sh>
1 parent 7c249c5 commit af71229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const roleLabels = computed(
164164
</h2>
165165
<AboutLogoList
166166
:list="SPONSORS"
167-
class="flex-col gap-6 items-start md:flex-row md:items-center md:gap-4"
167+
class="grid grid-cols-2 md:flex md:flex-row md:items-center"
168168
/>
169169
</div>
170170

0 commit comments

Comments
 (0)