kopia lustrzana https://github.com/bugout-dev/moonstream
Review changes with Neeraj.
rodzic
0fd26a3738
commit
538c49f6dc
|
@ -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>
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Ładowanie…
Reference in New Issue