Skip to content

Commit a97463e

Browse files
committed
display platinum logos in 2 cols
1 parent c15f815 commit a97463e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sponsors/sponsor-tier.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const { tier, top } = Astro.props;
2929
"grid ml-12 items-center justify-items-center",
3030
{
3131
"grid-cols-1 md:grid-cols-2 lg:grid-cols-3": !top,
32-
"grid-cols-1 md:grid-cols-1": top,
32+
"grid-cols-1 md:grid-cols-2": top,
3333
},
3434
]}
3535
>

0 commit comments

Comments
 (0)