We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52361e commit 6864757Copy full SHA for 6864757
1 file changed
app/pages/about.vue
@@ -156,7 +156,7 @@ const roleLabels = computed(
156
</h2>
157
<AboutLogoList
158
:list="SPONSORS"
159
- class="grid grid-cols-[repeat(auto-fill,minmax(160px,1fr))] gap-4"
+ class="grid grid-cols-[repeat(auto-fill,minmax(160px,1fr))] gap-4 grid-flow-row-dense"
160
/>
161
</div>
162
@@ -167,7 +167,7 @@ const roleLabels = computed(
167
168
169
:list="OSS_PARTNERS"
170
- class="grid grid-cols-[repeat(auto-fill,minmax(64px,1fr))] gap-4"
+ class="grid grid-cols-[repeat(auto-fill,minmax(64px,1fr))] gap-4 grid-flow-row-dense"
171
172
173
0 commit comments