Skip to content

Commit

Permalink
fix: πŸ› fix font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Oct 6, 2023
1 parent 55fcd3f commit 74f735f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-ve/src/theme.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ createGlobalTheme('html:not(.dark, .htw-dark)', vars, baselineThemeLight)
createGlobalTheme('html.dark, html.htw-dark', vars, baselineThemeDark)

// fix boxShadow
// globalStyle('.histoire-generic-render-story', { margin: -12 })
// globalStyle('.__histoire-render-story', { margin: -12 })

// fix boxShadow
globalStyle('.histoire-generic-render-story > *', { padding: 12 })
globalStyle('.__histoire-render-story > *', { padding: 12 })

// fix font size
globalStyle('.histoire-generic-render-story', { fontSize: '1em' })
globalStyle('.__histoire-render-story', { fontSize: '1rem' })

0 comments on commit 74f735f

Please sign in to comment.