Skip to content

Commit 5943b2b

Browse files
committed
changed the position of the thing
1 parent 65f23dd commit 5943b2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/landing/hero.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ const Hero = () => (
99
<>
1010
<div className="flex lg:flex-row s:flex-col text-left">
1111
<div className="p-10 mr-10">
12+
<img src={HeroImage} alt="hero " className="lg:hidden mb-10 " />
13+
1214
<HeadingOne className="mb-10 ">
1315
Build a fullstack serverless GraphQL App!
1416
</HeadingOne>
15-
<img src={HeroImage} alt="hero " className="lg:hidden mb-10 " />
1617

1718
<BodyOne className="mb-10">
1819
The way APIs are built and the tools that are used to consume them

0 commit comments

Comments
 (0)