From f096085cb18b58b390a9c1a4653856befcf4febb Mon Sep 17 00:00:00 2001 From: Zach Gawlik Date: Thu, 3 May 2018 22:24:04 -0400 Subject: [PATCH] Add top padding for tablet masthead (#5266) --- 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 b4e276e4270aa..7bcf58c4c2107 100644 --- a/www/src/components/masthead.js +++ b/www/src/components/masthead.js @@ -26,7 +26,7 @@ const MastheadContent = () => ( paddingRight: 0, }, [presets.Tablet]: { - paddingTop: rhythm(4), + paddingTop: rhythm(5), }, [presets.Desktop]: { paddingTop: rhythm(5),