Skip to content

Commit

Permalink
fix(docz-theme-default): styles adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Feb 27, 2019
1 parent da9fb4b commit aca1bee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/docz-theme-default/src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const styles = {
letter-spacing: -0.02em;
`,
h2: css`
margin: 30px 0 20px;
margin: 30px 0 15px;
line-height: 1.4em;
font-family: ${get('fonts.display')};
font-weight: 500;
Expand Down Expand Up @@ -59,12 +59,12 @@ export const styles = {
border-radius: 3px;
font-family: ${get('fonts.mono')};
padding: 2px 5px;
font-size: 16px;
font-size: 0.8em;
border: '1px solid rgba(0, 0, 0, 0.02)';
`,
pre: css`
font-family: ${get('fonts.mono')};
font-size: 16px;
font-size: 1em;
line-height: 1.8;
`,
paragraph: css`
Expand Down

0 comments on commit aca1bee

Please sign in to comment.