Skip to content

Commit 8efe2a4

Browse files
authored
Merge pull request #136 from Developer-DAO/fix/random-ui
Fix/random UI
2 parents 066608d + 0f5ab63 commit 8efe2a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Hero.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ const Hero = () => {
2424
>
2525
<VStack flex={1} py={5} alignItems="flex-start">
2626
<VStack spacing={3} alignItems="flex-start">
27-
<Heading as="h1" size="4xl" color="#FFD500">
27+
<Heading fontSize={['4xl', '6xl']} color="#FFD500">
2828
Learning Web3 with friends
2929
</Heading>
3030

3131
<Text
3232
color="white"
3333
fontSize="lg"
3434
maxW="20rem"
35-
pb="2rem"
35+
pb={['0', '2rem']}
3636
alignSelf={{ base: 'center', md: 'flex-start' }}
3737
>
3838
<Box as="span" color="#FFD500" fontWeight="bold">
@@ -62,7 +62,7 @@ const Hero = () => {
6262
</VStack>
6363
</VStack>
6464

65-
<Box alignSelf="center" flex={1} order={{ base: -1, md: 1 }}>
65+
<Box flex={1} order={{ base: -1, md: 1 }}>
6666
<Image
6767
// layout="responsive"
6868
width={459}

0 commit comments

Comments
 (0)