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 83369b5 commit dbcc44aCopy full SHA for dbcc44a
src/app/conf/2025/components/sponsors.tsx
@@ -142,7 +142,7 @@ function Tier({ tier, logoHeight }: { tier: Tier; logoHeight: number }) {
142
target="_blank"
143
rel="noreferrer"
144
title={name}
145
- className="group flex min-h-24 grow basis-1/2 items-center justify-center hover:bg-neu-500/10 dark:opacity-90 dark:hover:opacity-100"
+ className="group flex min-h-24 grow items-center justify-center hover:bg-neu-500/10 dark:opacity-90 dark:hover:opacity-100 md:basis-1/2"
146
>
147
<Icon
148
className="aspect-[3] w-auto max-w-[80%] shrink-0"
0 commit comments