File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ const Hero = () => {
24
24
>
25
25
< VStack flex = { 1 } py = { 5 } alignItems = "flex-start" >
26
26
< VStack spacing = { 3 } alignItems = "flex-start" >
27
- < Heading as = "h1" size = " 4xl" color = "#FFD500" >
27
+ < Heading fontSize = { [ ' 4xl' , '6xl' ] } color = "#FFD500" >
28
28
Learning Web3 with friends
29
29
</ Heading >
30
30
31
31
< Text
32
32
color = "white"
33
33
fontSize = "lg"
34
34
maxW = "20rem"
35
- pb = " 2rem"
35
+ pb = { [ '0' , ' 2rem' ] }
36
36
alignSelf = { { base : 'center' , md : 'flex-start' } }
37
37
>
38
38
< Box as = "span" color = "#FFD500" fontWeight = "bold" >
@@ -62,7 +62,7 @@ const Hero = () => {
62
62
</ VStack >
63
63
</ VStack >
64
64
65
- < Box alignSelf = "center" flex = { 1 } order = { { base : - 1 , md : 1 } } >
65
+ < Box flex = { 1 } order = { { base : - 1 , md : 1 } } >
66
66
< Image
67
67
// layout="responsive"
68
68
width = { 459 }
You can’t perform that action at this time.
0 commit comments