Skip to content

Commit 3e02d5c

Browse files
committed
got the text to be bigger
1 parent 2125697 commit 3e02d5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/landing/hero.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ const Hero = () => (
1111
<>
1212
<div className="flex lg:flex-row s:flex-col text-left">
1313
<div className="">
14-
<div>
14+
{/* <div>
1515
<img
1616
src={HeroImage}
1717
alt="hero"
1818
className="s:hidden lg:block mt-20 w-1/5"
1919
/>
20-
</div>
21-
<HeadingOne className="mb-10 lg:text-3xl font-extrabold ">
20+
</div> */}
21+
<HeadingOne className="mb-10 ext-5xl font-extrabold ">
2222
Build a fullstack app that books vacations to the moon
2323
</HeadingOne>
2424

0 commit comments

Comments
 (0)