Skip to content

Commit

Permalink
fix(client): reduce pre/code font-size (#7676)
Browse files Browse the repository at this point in the history
Allows to fit 80 characters in one line.
  • Loading branch information
caugner committed Dec 1, 2022
1 parent d031bca commit a7f9de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/document/index.scss
Expand Up @@ -420,7 +420,7 @@ code,
.code-example {
border-radius: var(--elem-radius);
font-family: var(--font-code);
font-size: var(--type-base-font-size-rem);
font-size: var(--type-smaller-font-size);
}

code {
Expand Down

0 comments on commit a7f9de0

Please sign in to comment.