Skip to content

Commit

Permalink
added bottom padding to cover image
Browse files Browse the repository at this point in the history
  • Loading branch information
GLaDO8 committed May 30, 2021
1 parent b9d8e29 commit f4d88d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/post-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function PostHeader({
</p>
</div>
</div>
<div className="w-auto my-8">
<div className="w-auto my-8 mb-24">
<CoverImage title={title} url={coverImage.imgix_url} />
</div>
</>
Expand Down

0 comments on commit f4d88d3

Please sign in to comment.