Skip to content

Commit

Permalink
fix(post): update css
Browse files Browse the repository at this point in the history
  • Loading branch information
mdluo committed Nov 27, 2019
1 parent ecd1360 commit 708ae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Post: React.FC<Props> = ({ data }) => {
)}
</p>
<div
className="markdown-body my-5"
className="markdown-body mt-5 mb-6"
dangerouslySetInnerHTML={{ __html: markdownRemark.html }}
/>
<DiscussionEmbed
Expand Down

0 comments on commit 708ae52

Please sign in to comment.