Skip to content

Commit 8f56681

Browse files
committed
Fix alignment
1 parent cb9d614 commit 8f56681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/components/sponsors.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export function Sponsors({ heading }: SponsorsProps) {
7272
function Tier({ tier }: { tier: Tier }) {
7373
return (
7474
<div className="flex gap-x-12 gap-y-4 border-t border-neu-200 py-4 dark:border-neu-50 max-md:flex-col">
75-
<h3 className="flex min-w-[60px] items-center gap-1 whitespace-nowrap font-mono text-sm/none font-normal uppercase text-primary">
76-
<ChevronRight className="translate-y-[-0.5px]" />
75+
<h3 className="flex w-[80px] items-center gap-1 self-start whitespace-nowrap font-mono text-sm/none font-normal uppercase text-primary">
76+
<ChevronRight className="shrink-0 translate-y-[-0.5px]" />
7777
{tier.name}
7878
</h3>
7979
<div

0 commit comments

Comments
 (0)