move title a bit higher and remove underscore

pull/73/head
Tim Pechersky 2021-08-05 19:17:40 +08:00
rodzic 6e6e646708
commit e8222024d4
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -208,7 +208,7 @@ const Homepage = () => {
maxW="1620px"
px="7%"
h="100%"
pt={["10vh", null, "30vh"]}
pt={["10vh", null, "20vh"]}
>
<Heading size="2xl" fontWeight="semibold" color="white">
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
</chakra.span>