We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2125697 commit 3e02d5cCopy full SHA for 3e02d5c
src/components/landing/hero.js
@@ -11,14 +11,14 @@ const Hero = () => (
11
<>
12
<div className="flex lg:flex-row s:flex-col text-left">
13
<div className="">
14
- <div>
+ {/* <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 lg:text-3xl font-extrabold ">
+ </div> */}
+ <HeadingOne className="mb-10 ext-5xl font-extrabold ">
22
Build a fullstack app that books vacations to the moon
23
</HeadingOne>
24
0 commit comments