Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const roleLabels = computed(
</h2>
<AboutLogoList
:list="SPONSORS"
class="flex-col gap-6 items-start md:flex-row md:items-center md:gap-4"
class="grid grid-cols-2 gap-4 md:flex md:flex-row md:items-center md:gap-4"
Comment thread
43081j marked this conversation as resolved.
Outdated
/>
</div>

Expand Down
Loading