Skip to content

Commit 67a3d8a

Browse files
committed
perfect
1 parent ababda0 commit 67a3d8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/landing/hero.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import constants from "../../constants"
99
const Hero = () => (
1010
<>
1111
<div className="flex lg:flex-row s:flex-col text-left">
12-
<div className="p-10 mr-10">
12+
<div className="">
1313
<img src={HeroImage} alt="hero " className="lg:hidden mb-10 " />
1414
<div>
1515
<img
@@ -18,7 +18,7 @@ const Hero = () => (
1818
className="s:hidden lg:block mt-20 w-1/5"
1919
/>
2020
</div>
21-
<HeadingOne className="mb-10 text-3xl font-extrabold ">
21+
<HeadingOne className="mb-10 lg:text-3xl font-extrabold ">
2222
Build a fullstack app that books vacations to the moon
2323
</HeadingOne>
2424

src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Layout = ({ children }) => {
2727
<>
2828
<Header siteTitle={data.site.siteMetadata.title} />
2929

30-
<main className="lg:pl-20 lg:pr-20">{children}</main>
30+
<main className="p-4">{children}</main>
3131

3232
<Footer />
3333
</>

0 commit comments

Comments
 (0)