From 001365976c1c1c1d61233c2b429602ef095214f5 Mon Sep 17 00:00:00 2001 From: Ebrahem Farooqui Date: Wed, 28 Oct 2020 23:12:29 -0700 Subject: [PATCH] Feature/update splash page copy (#176) * Updating some styles for cover; updating copy * Changed font size to 18 Co-authored-by: efarooqui Co-authored-by: Lachlan Kermode --- src/components/Layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index e8b175b..d9c806a 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -261,7 +261,7 @@ class Dashboard extends React.Component { } const popupStyles = { - fontSize: 20, + fontSize: 18, height: `calc(100vh - ${app.timeline.dimensions.height}px)`, width: '40vw', bottom: app.timeline.dimensions.height