Skip to content

Commit

Permalink
fix(docz-theme-default): font size of heading
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Nov 15, 2018
1 parent f0e219e commit 5cf6144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docz-theme-default/src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const styles = {
h1: {
margin: ['30px 0 20px', '60px 0 20px', '40px 0 30px'],
fontFamily: '"Playfair Display", serif',
fontSize: [50, 50, 80],
fontSize: [50, 50, 70],
fontWeight: 700,
letterSpacing: '-0.02em',
},
Expand Down

0 comments on commit 5cf6144

Please sign in to comment.