kopia lustrzana https://github.com/bugout-dev/moonstream
remove backgrounds
rodzic
1b2e1de1c5
commit
90800a985e
|
@ -119,25 +119,26 @@ const Product = () => {
|
|||
alignItems="center"
|
||||
>
|
||||
<Stack
|
||||
bgColor="gray.50"
|
||||
borderRadius="xl"
|
||||
boxShadow="xl"
|
||||
mx="7%"
|
||||
// bgColor="gray.50"
|
||||
// borderRadius="xl"
|
||||
// boxShadow="xl"
|
||||
mx="22%"
|
||||
my={12}
|
||||
maxW="1700px"
|
||||
|
||||
>
|
||||
<Heading
|
||||
as="h2"
|
||||
size="md"
|
||||
w="100%"
|
||||
bgColor="gray.200"
|
||||
// bgColor="gray.200"
|
||||
px={12}
|
||||
py={2}
|
||||
borderTopRadius="xl"
|
||||
>
|
||||
Vision
|
||||
</Heading>
|
||||
<chakra.span pl={2} px={12} py={2}>
|
||||
<chakra.span pl={2} px={12} py={2} >
|
||||
<Text mb={2}>
|
||||
Our goal is to provide a live view of the transactions taking place
|
||||
on <b>every</b> public blockchain.
|
||||
|
@ -166,18 +167,19 @@ const Product = () => {
|
|||
</chakra.span>
|
||||
</Stack>
|
||||
<Stack
|
||||
bgColor="gray.50"
|
||||
borderRadius="xl"
|
||||
boxShadow="xl"
|
||||
mx="7%"
|
||||
// bgColor="gray.50"
|
||||
// borderRadius="xl"
|
||||
// boxShadow="xl"
|
||||
mx="22%"
|
||||
mb={12}
|
||||
maxW="1700px"
|
||||
bgTra
|
||||
>
|
||||
<Heading
|
||||
as="h2"
|
||||
size="md"
|
||||
w="100%"
|
||||
bgColor="gray.200"
|
||||
// bgColor="gray.200"
|
||||
px={12}
|
||||
py={2}
|
||||
borderTopRadius="xl"
|
||||
|
|
Ładowanie…
Reference in New Issue