Skip to content

Commit 54aa86d

Browse files
committed
add more vertical spacing between rows of platinum sponsors
1 parent 501807c commit 54aa86d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SponsorLogo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`
3030
<div
3131
class="lg:max-w-[400px] flex flex-col p-6 bg-white"
3232
>
33-
<div class="w-full grid text-center justify-center items-center md:items-center">
33+
<div class={`w-full grid text-center justify-center items-center md:items-center ${tier === "Platinum" ? "min-h-[140px]" : ""}`}>
3434
{
3535
website && slug ? (
3636

0 commit comments

Comments
 (0)