diff --git a/code/frameworks/nextjs/template/cli/js/Introduction.mdx b/code/frameworks/nextjs/template/cli/js/Introduction.mdx index f41bd735a3d0..7055076a5273 100644 --- a/code/frameworks/nextjs/template/cli/js/Introduction.mdx +++ b/code/frameworks/nextjs/template/cli/js/Introduction.mdx @@ -88,7 +88,7 @@ import StackAlt from './assets/stackalt.svg'; .link-item p { margin: 0; font-size: 14px; - line-height: 18px; + line-height: 20px; } .tip { diff --git a/code/frameworks/nextjs/template/cli/ts-3-8/Introduction.mdx b/code/frameworks/nextjs/template/cli/ts-3-8/Introduction.mdx index f41bd735a3d0..7055076a5273 100644 --- a/code/frameworks/nextjs/template/cli/ts-3-8/Introduction.mdx +++ b/code/frameworks/nextjs/template/cli/ts-3-8/Introduction.mdx @@ -88,7 +88,7 @@ import StackAlt from './assets/stackalt.svg'; .link-item p { margin: 0; font-size: 14px; - line-height: 18px; + line-height: 20px; } .tip { diff --git a/code/frameworks/nextjs/template/cli/ts/Introduction.mdx b/code/frameworks/nextjs/template/cli/ts/Introduction.mdx index f3ae17052841..2418db1e8772 100644 --- a/code/frameworks/nextjs/template/cli/ts/Introduction.mdx +++ b/code/frameworks/nextjs/template/cli/ts/Introduction.mdx @@ -88,7 +88,7 @@ import StackAlt from './assets/stackalt.svg'; .link-item p { margin: 0; font-size: 14px; - line-height: 18px; + line-height: 20px; } .tip { diff --git a/code/lib/cli/rendererAssets/common/Introduction.mdx b/code/lib/cli/rendererAssets/common/Introduction.mdx index ad88d6e64079..ff7fc71fbf8a 100644 --- a/code/lib/cli/rendererAssets/common/Introduction.mdx +++ b/code/lib/cli/rendererAssets/common/Introduction.mdx @@ -86,7 +86,7 @@ import StackAlt from './assets/stackalt.svg'; .link-item p { margin: 0; font-size: 14px; - line-height: 18px; + line-height: 20px; } .tip {