mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #87 from omnivore-app/fix/typography-tweaks
Tweak the line height for reader text and titles
This commit is contained in:
commit
a28857111b
2 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ const textVariants = {
|
|||
export const StyledText = styled('p', {
|
||||
fontFamily: 'Inter',
|
||||
fontWeight: 'normal',
|
||||
lineHeight: '1.35',
|
||||
lineHeight: '120%',
|
||||
color: '$grayTextContrast',
|
||||
variants: textVariants,
|
||||
defaultVariants: {
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
|
|||
maxWidth: '94%',
|
||||
'--text-font-family': styles.fontFamily,
|
||||
'--text-font-size': `${styles.fontSize}px`,
|
||||
'--line-height': `1.61em`,
|
||||
'--line-height': `150%`,
|
||||
'--blockquote-padding': '0.5em 1em',
|
||||
'--blockquote-icon-font-size': '1.3rem',
|
||||
'--figure-margin': '1.6rem auto',
|
||||
|
|
|
|||
Loading…
Reference in a new issue