File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,14 @@ const Hero = () => (
1111 < div className = "flex lg:flex-row s:flex-col text-left" >
1212 < div className = "p-10 mr-10" >
1313 < img src = { HeroImage } alt = "hero " className = "lg:hidden mb-10 " />
14-
15- < HeadingOne className = "mb-10 text-3xl font-extrabold" >
14+ < div >
15+ < img
16+ src = { HeroImage }
17+ alt = "hero"
18+ className = "s:hidden lg:block mt-20 w-1/5"
19+ />
20+ </ div >
21+ < HeadingOne className = "mb-10 text-3xl font-extrabold " >
1622 Build a fullstack app that books vacations to the moon
1723 </ HeadingOne >
1824
@@ -41,13 +47,6 @@ const Hero = () => (
4147 </ a >
4248 </ RedOutlineButton >
4349 </ div >
44- < div >
45- < img
46- src = { HeroImage }
47- alt = "hero"
48- className = "s:hidden lg:block mt-20 w-full"
49- />
50- </ div >
5150 </ div >
5251 </ >
5352)
You can’t perform that action at this time.
0 commit comments