Skip to content

Commit

Permalink
Fix distance between masthead and the icon
Browse files Browse the repository at this point in the history
On mobile, the masthead is overlapping with the Gatsby icon.
  • Loading branch information
daydream05 authored Apr 21, 2018
1 parent f7ed4a1 commit 130ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/masthead.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MastheadContent = () => (
css={{
display: `flex`,
padding: vP,
paddingTop: rhythm(4),
paddingTop: rhythm(5),
paddingBottom: rhythm(1),
paddingBottom: rhythm(1),
flexGrow: `0`,
Expand Down

0 comments on commit 130ac28

Please sign in to comment.