Skip to content

Commit c3b5d49

Browse files
committed
fixed hero
1 parent dd8d83e commit c3b5d49

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/components/landing/hero.js

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)