fixed ordered list

This commit is contained in:
Tommy
2022-01-08 00:04:03 +00:00
committed by vidvidvid
parent 9d39143ea6
commit ec0b9be8f2

View File

@@ -4,7 +4,7 @@ import {
Image,
HStack,
ListItem,
UnorderedList,
OrderedList,
} from "@metafam/ds"
import CardBackground from 'assets/landing/card-background.png'
import CardImage from 'assets/landing/card-image.png'
@@ -39,12 +39,12 @@ function Intro() {
<Text fontSize="20px" pb="40px">MetaGame is for those who want to play an active role in building the future.</Text>
<Text pb="20px">For those who want to:</Text>
<UnorderedList pb="153px" fontSize="20px" lineHeight="32px">
<OrderedList pb="153px" fontSize="20px" lineHeight="32px">
<ListItem pb="20px" >Build their knowledge, get experience & level up.</ListItem>
<ListItem pb="20px" >Find cool projects, solve problems & get paid.</ListItem>
<ListItem pb="20px" >Become a part of something bigger.</ListItem>
</UnorderedList>
</OrderedList>
</Box>
</Box>
<Box