Skip to content

Commit 065f0c7

Browse files
bcabanesjaysoo
authored andcommitted
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.
1 parent 47a5245 commit 065f0c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nx-dev/ui-enterprise/src/lib/make-your-ci-fast.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function MakeYourCiFast(): ReactElement {
6161
</div>
6262
</div>
6363
<div className="relative lg:col-span-2">
64-
<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">
64+
<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">
6565
<img
6666
alt="Nx Atomizer: split large tasks & E2E in chunks"
6767
src="/images/enterprise/nx-atomizer.avif"
@@ -86,7 +86,7 @@ export function MakeYourCiFast(): ReactElement {
8686
</div>
8787
</div>
8888
<div className="relative lg:col-span-3">
89-
<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">
89+
<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">
9090
<img
9191
alt="Nx Agents: simple & fast task distribution"
9292
src="/images/enterprise/nx-agents.avif"
@@ -111,7 +111,7 @@ export function MakeYourCiFast(): ReactElement {
111111
</div>
112112
</div>
113113
<div className="relative lg:col-span-3">
114-
<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">
114+
<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">
115115
<img
116116
alt="Partner with the Nx Team for guidances"
117117
src="/images/enterprise/nx-partnership.avif"

0 commit comments

Comments
 (0)