docs(nx-cloud): remove redundant max-lg rounded styles from CI cards (#30847)

The `max-lg` rounded styles were unnecessary as they were being overridden by `lg` styles.
This commit is contained in:
Benjamin Cabanes 2025-04-24 10:36:07 -04:00 committed by GitHub
parent 2961bce152
commit 1413abcff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ export function MakeYourCiFast(): ReactElement {
</div> </div>
</div> </div>
<div className="relative lg:col-span-2"> <div className="relative lg:col-span-2">
<div className="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 max-lg:rounded-t-[calc(2rem+1px)] lg:rounded-tr-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10"> <div className="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 lg:rounded-tr-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10">
<img <img
alt="Nx Atomizer: split large tasks & E2E in chunks" alt="Nx Atomizer: split large tasks & E2E in chunks"
src="/images/enterprise/nx-atomizer.avif" src="/images/enterprise/nx-atomizer.avif"
@ -86,7 +86,7 @@ export function MakeYourCiFast(): ReactElement {
</div> </div>
</div> </div>
<div className="relative lg:col-span-3"> <div className="relative lg:col-span-3">
<div className="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 max-lg:rounded-b-[calc(2rem+1px)] lg:rounded-bl-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10"> <div className="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 lg:rounded-bl-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10">
<img <img
alt="Nx Agents: simple & fast task distribution" alt="Nx Agents: simple & fast task distribution"
src="/images/enterprise/nx-agents.avif" src="/images/enterprise/nx-agents.avif"
@ -111,7 +111,7 @@ export function MakeYourCiFast(): ReactElement {
</div> </div>
</div> </div>
<div className="relative lg:col-span-3"> <div className="relative lg:col-span-3">
<div className="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 max-lg:rounded-b-[calc(2rem+1px)] lg:rounded-br-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10"> <div className="relative flex h-full flex-col overflow-hidden rounded-[calc(theme(borderRadius.lg)+1px)] bg-white shadow ring-1 ring-black/5 lg:rounded-br-[calc(2rem+1px)] dark:bg-slate-950 dark:ring-white/10">
<img <img
alt="Partner with the Nx Team for guidances" alt="Partner with the Nx Team for guidances"
src="/images/enterprise/nx-partnership.avif" src="/images/enterprise/nx-partnership.avif"