Skip to content

Commit

Permalink
mobile tweaks on hero
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Jul 13, 2023
1 parent fb89229 commit 2a5c338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Home: NextPage = () => {
<div className="bg-[url(/assets/hero.png)] min-h-screen bg-cover bg-center">
<Header />
<div className="flex justify-center">
<h1 className="text-center text-4xl lg:text-5xl mt-8 max-w-md lg:max-w-2xl px-2">
<h1 className="text-center text-3xl lg:text-5xl mt-3 lg:mt-8 max-w-md lg:max-w-2xl px-3">
Learn, build, and thrive on Ethereum
</h1>
</div>
Expand Down

0 comments on commit 2a5c338

Please sign in to comment.