File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/web/docs/src/components/ecosystem-management Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export function EcosystemManagementSection({ className }: { className?: string }
16
16
< section
17
17
className = { cn (
18
18
'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]' ,
20
20
className ,
21
21
) }
22
22
>
@@ -86,7 +86,7 @@ export function EcosystemManagementSection({ className }: { className?: string }
86
86
</ li >
87
87
) ) }
88
88
</ 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 " >
90
90
< CallToAction
91
91
href = "/federation"
92
92
variant = "primary-inverted"
You can’t perform that action at this time.
0 commit comments