Skip to content

Commit

Permalink
Fixed template string style
Browse files Browse the repository at this point in the history
  • Loading branch information
gesposito committed Sep 10, 2015
1 parent 742b029 commit c3342aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_template.jsx
Expand Up @@ -51,7 +51,7 @@ module.exports = React.createClass({displayName: "exports",
<Container
style={{
maxWidth: rhythm(24),
padding: "#{rhythm(2)} #{rhythm(1/2)}"
padding: `${rhythm(2)} ${rhythm(1/2)}`
}}
>
{header}
Expand Down

0 comments on commit c3342aa

Please sign in to comment.