Update to latest typography

This commit is contained in:
Kyle Mathews 2016-10-15 12:23:30 -07:00
parent f058f67701
commit ed3087926f
4 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@ import React from 'react'
import { Link } from 'react-router'
import { Container } from 'react-responsive-grid'
import { prefixLink } from 'gatsby-helpers'
import { rhythm, adjustFontSizeToMSValue } from 'utils/typography'
import { rhythm, scale } from 'utils/typography'
import { config } from 'config'
class Template extends React.Component {
@ -13,7 +13,7 @@ class Template extends React.Component {
header = (
<h1
style={{
...adjustFontSizeToMSValue(1.5),
...scale(1.5),
marginBottom: rhythm(1.5),
marginTop: 0,
}}