Skip to content

Commit 6864757

Browse files
committed
chore: fix empty logos space on mobile
1 parent a52361e commit 6864757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/about.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const roleLabels = computed(
156156
</h2>
157157
<AboutLogoList
158158
:list="SPONSORS"
159-
class="grid grid-cols-[repeat(auto-fill,minmax(160px,1fr))] gap-4"
159+
class="grid grid-cols-[repeat(auto-fill,minmax(160px,1fr))] gap-4 grid-flow-row-dense"
160160
/>
161161
</div>
162162

@@ -167,7 +167,7 @@ const roleLabels = computed(
167167
</h2>
168168
<AboutLogoList
169169
:list="OSS_PARTNERS"
170-
class="grid grid-cols-[repeat(auto-fill,minmax(64px,1fr))] gap-4"
170+
class="grid grid-cols-[repeat(auto-fill,minmax(64px,1fr))] gap-4 grid-flow-row-dense"
171171
/>
172172
</div>
173173

0 commit comments

Comments
 (0)