From e8222024d4f76acf9810e7a4f0ab1446f2d1302a Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Thu, 5 Aug 2021 19:17:40 +0800 Subject: [PATCH] move title a bit higher and remove underscore --- frontend/pages/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/pages/index.js b/frontend/pages/index.js index 5fc456f6..b9ee662a 100644 --- a/frontend/pages/index.js +++ b/frontend/pages/index.js @@ -208,7 +208,7 @@ const Homepage = () => { maxW="1620px" px="7%" h="100%" - pt={["10vh", null, "30vh"]} + pt={["10vh", null, "20vh"]} > All the crypto data you care about in a single stream @@ -218,7 +218,6 @@ const Homepage = () => { fontSize={["lg", null, "xl"]} display="inline-block" color="primary.200" - textDecor="underline" > Get all the crypto data you need in a single stream. From pending transactions in the Ethereum transaction @@ -228,7 +227,6 @@ const Homepage = () => { fontSize={["lg", null, "xl"]} display="inline-block" color="primary.300" - textDecor="underline" > Access this data through the Moonstream dashboard or API