From 130ac286b56e3190b089cd2e65fe8519233171b8 Mon Sep 17 00:00:00 2001 From: Vince P Date: Fri, 20 Apr 2018 23:41:25 -0400 Subject: [PATCH] Fix distance between masthead and the icon 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`,