Skip to content

Commit

Permalink
Change line-height back to 20px
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelArestad committed Mar 9, 2023
1 parent 5c4a69a commit 6e36056
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/template/cli/js/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/template/cli/ts/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli/rendererAssets/common/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6e36056

Please sign in to comment.