Skip to content

Commit 9a5ecc7

Browse files
authored
Fix Ecosystem Management absolute positioning bug (#6557)
1 parent f0fe03c commit 9a5ecc7

File tree

1 file changed

+2
-2
lines changed
  • packages/web/docs/src/components/ecosystem-management

1 file changed

+2
-2
lines changed

packages/web/docs/src/components/ecosystem-management/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function EcosystemManagementSection({ className }: { className?: string }
1616
<section
1717
className={cn(
1818
'bg-green-1000 relative isolate overflow-hidden rounded-3xl text-white',
19-
'p-8 pb-[160px] sm:pb-[112px] md:p-[72px] md:pb-[112px] lg:pb-[72px]',
19+
'p-8 pb-[180px] sm:pb-[128px] md:p-[72px] md:pb-[128px] lg:pb-[72px]',
2020
className,
2121
)}
2222
>
@@ -86,7 +86,7 @@ export function EcosystemManagementSection({ className }: { className?: string }
8686
</li>
8787
))}
8888
</ul>
89-
<div className="bottom-0 flex w-full flex-col gap-x-4 gap-y-2 max-lg:absolute max-lg:translate-y-[calc(100%+24px)]">
89+
<div className="bottom-0 flex w-full gap-x-4 gap-y-2 max-lg:absolute max-lg:translate-y-[calc(100%+40px)] max-sm:flex-col lg:flex-col">
9090
<CallToAction
9191
href="/federation"
9292
variant="primary-inverted"

0 commit comments

Comments
 (0)