Review changes with Neeraj.

pull/602/head
Kellan Wampler 2022-05-06 13:19:46 -04:00
rodzic 0fd26a3738
commit 538c49f6dc
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -391,9 +391,11 @@ const Homepage = () => {
> >
Lootboxes, crafting recipes, deck building, you name it! Lootboxes, crafting recipes, deck building, you name it!
<br /> <br />
<br />
With Moonstream Engine you can deploy on-chain mechanics With Moonstream Engine you can deploy on-chain mechanics
with one click. with one click.
<br /> <br />
<br />
Read our Use Cases or explore the features to know more. Read our Use Cases or explore the features to know more.
</chakra.span> </chakra.span>
</Flex> </Flex>

Wyświetl plik

@ -3,7 +3,11 @@ import { chakra, Box, Text } from "@chakra-ui/react";
const _MilestoneBox = ({ headingText }) => { const _MilestoneBox = ({ headingText }) => {
return ( return (
<Box minW={["150px", "180px", "300px", "300px", "400px", "500px"]} py={5}> <Box
minW={["150px", "180px", "300px", "300px", "400px", "500px"]}
py={5}
px={3}
>
<Text <Text
fontSize={["md", "2xl", "3xl", "4xl", "4xl", "4xl"]} fontSize={["md", "2xl", "3xl", "4xl", "4xl", "4xl"]}
ml={5} ml={5}