Skip to content

Commit aa63c7f

Browse files
committed
feat(ui): improve partner grid layout on download page
1 parent 801e49a commit aa63c7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/site/components/Common/Partners/index.module.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
.large {
1212
@apply grid
1313
w-full
14-
grid-cols-[repeat(auto-fill,minmax(240px,1fr))]
15-
gap-4;
14+
grid-cols-[repeat(auto-fit,minmax(240px,260px))]
15+
justify-center
16+
gap-6;
1617
}

0 commit comments

Comments
 (0)