Skip to content

Commit

Permalink
Add top padding for tablet masthead (#5266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachGawlik authored and KyleAMathews committed May 4, 2018
1 parent 99b030d commit f096085
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 @@ -26,7 +26,7 @@ const MastheadContent = () => (
paddingRight: 0,
},
[presets.Tablet]: {
paddingTop: rhythm(4),
paddingTop: rhythm(5),
},
[presets.Desktop]: {
paddingTop: rhythm(5),
Expand Down

0 comments on commit f096085

Please sign in to comment.