From 328fda2d16382c744b4d7251cab5e28c277bd467 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 14 Jan 2019 20:14:25 -0800 Subject: [PATCH] More margin tweaks --- modules/client/main/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/main/App.js b/modules/client/main/App.js index ea82a4b..7adf0aa 100644 --- a/modules/client/main/App.js +++ b/modules/client/main/App.js @@ -45,7 +45,7 @@ const globalStyles = css` const styles = { heading: { - margin: 0, + margin: '0.8em 0', textTransform: 'uppercase', textAlign: 'center', fontSize: '5em'