Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
feat(BlogPost): text-align: center h1
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 7, 2018
1 parent a568eb0 commit 99144ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/templates/BlogPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,11 @@ const PostHeader = ({
>
<h1
itemProp="headline"
css={{ maxWidth: [`51rem`, `40ch`], margin: `0 auto` }}
css={{
maxWidth: [`51rem`, `40ch`],
margin: `0 auto`,
textAlign: `center`,
}}
>
{title}
</h1>
Expand Down

0 comments on commit 99144ce

Please sign in to comment.