From b86a817e6127ccf1bd50f3a1c453e4c38466dd7d Mon Sep 17 00:00:00 2001 From: Vince P Date: Sun, 22 Apr 2018 12:39:13 -0400 Subject: [PATCH] Fix distance between masthead and the icon (#5068) On mobile, the masthead is overlapping with the Gatsby icon. --- www/src/components/masthead.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/src/components/masthead.js b/www/src/components/masthead.js index 7144502785338..b4e276e4270aa 100644 --- a/www/src/components/masthead.js +++ b/www/src/components/masthead.js @@ -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`,