mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
Fix Ecosystem Management absolute positioning bug (#6557)
This commit is contained in:
parent
f0fe03c946
commit
9a5ecc79cd
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ export function EcosystemManagementSection({ className }: { className?: string }
|
|||
<section
|
||||
className={cn(
|
||||
'bg-green-1000 relative isolate overflow-hidden rounded-3xl text-white',
|
||||
'p-8 pb-[160px] sm:pb-[112px] md:p-[72px] md:pb-[112px] lg:pb-[72px]',
|
||||
'p-8 pb-[180px] sm:pb-[128px] md:p-[72px] md:pb-[128px] lg:pb-[72px]',
|
||||
className,
|
||||
)}
|
||||
>
|
||||
|
|
@ -86,7 +86,7 @@ export function EcosystemManagementSection({ className }: { className?: string }
|
|||
</li>
|
||||
))}
|
||||
</ul>
|
||||
<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)]">
|
||||
<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">
|
||||
<CallToAction
|
||||
href="/federation"
|
||||
variant="primary-inverted"
|
||||
|
|
|
|||
Loading…
Reference in a new issue