kopia lustrzana https://github.com/bugout-dev/moonstream
remove cards background
rodzic
90800a985e
commit
9db654ea41
|
@ -107,6 +107,8 @@ const Product = () => {
|
||||||
};
|
};
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
const margin = "22%";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Flex
|
<Flex
|
||||||
bgPos="bottom"
|
bgPos="bottom"
|
||||||
|
@ -118,27 +120,11 @@ const Product = () => {
|
||||||
direction="column"
|
direction="column"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
>
|
>
|
||||||
<Stack
|
<Stack mx={margin} my={12} maxW="1700px">
|
||||||
// bgColor="gray.50"
|
<Heading as="h2" size="md" w="100%" px={12} py={2} borderTopRadius="xl">
|
||||||
// borderRadius="xl"
|
|
||||||
// boxShadow="xl"
|
|
||||||
mx="22%"
|
|
||||||
my={12}
|
|
||||||
maxW="1700px"
|
|
||||||
|
|
||||||
>
|
|
||||||
<Heading
|
|
||||||
as="h2"
|
|
||||||
size="md"
|
|
||||||
w="100%"
|
|
||||||
// bgColor="gray.200"
|
|
||||||
px={12}
|
|
||||||
py={2}
|
|
||||||
borderTopRadius="xl"
|
|
||||||
>
|
|
||||||
Vision
|
Vision
|
||||||
</Heading>
|
</Heading>
|
||||||
<chakra.span pl={2} px={12} py={2} >
|
<chakra.span pl={2} px={12} py={2}>
|
||||||
<Text mb={2}>
|
<Text mb={2}>
|
||||||
Our goal is to provide a live view of the transactions taking place
|
Our goal is to provide a live view of the transactions taking place
|
||||||
on <b>every</b> public blockchain.
|
on <b>every</b> public blockchain.
|
||||||
|
@ -166,24 +152,8 @@ const Product = () => {
|
||||||
</Text>
|
</Text>
|
||||||
</chakra.span>
|
</chakra.span>
|
||||||
</Stack>
|
</Stack>
|
||||||
<Stack
|
<Stack mx={margin} mb={12} maxW="1700px" bgTra>
|
||||||
// bgColor="gray.50"
|
<Heading as="h2" size="md" w="100%" px={12} py={2} borderTopRadius="xl">
|
||||||
// borderRadius="xl"
|
|
||||||
// boxShadow="xl"
|
|
||||||
mx="22%"
|
|
||||||
mb={12}
|
|
||||||
maxW="1700px"
|
|
||||||
bgTra
|
|
||||||
>
|
|
||||||
<Heading
|
|
||||||
as="h2"
|
|
||||||
size="md"
|
|
||||||
w="100%"
|
|
||||||
// bgColor="gray.200"
|
|
||||||
px={12}
|
|
||||||
py={2}
|
|
||||||
borderTopRadius="xl"
|
|
||||||
>
|
|
||||||
Product
|
Product
|
||||||
</Heading>
|
</Heading>
|
||||||
<chakra.span pl={2} px={12} py={2}>
|
<chakra.span pl={2} px={12} py={2}>
|
||||||
|
|
Ładowanie…
Reference in New Issue