Skip to content

Commit

Permalink
fix(docz-theme-default): inlineCode font size using em
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Sep 28, 2018
1 parent 32f92aa commit ea3274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-theme-default/src/styles/index.ts
Expand Up @@ -50,7 +50,7 @@ export const styles = {
padding: '4px 6px',
borderRadius: '3px',
fontFamily: '"Source Code Pro", monospace',
fontSize: 14,
fontSize: '0.85em',
},
pre: {
fontFamily: '"Source Code Pro", monospace',
Expand Down

0 comments on commit ea3274e

Please sign in to comment.