File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import constants from "../../constants"
99const 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
Original file line number Diff line number Diff 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 </ >
You can’t perform that action at this time.
0 commit comments