Skip to content

Commit

Permalink
Update font-width for h1 heading on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 2, 2023
1 parent d6ac2c6 commit e1890ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Home: NextPage = () => {
<Github />
<p>Star on GitHub</p>
</a>
<h1 className="sm:text-6xl text-4xl max-w-2xl font-bold text-slate-900">
<h1 className="sm:text-6xl text-4xl max-w-[708px] font-bold text-slate-900">
Generate your next Twitter bio using chatGPT
</h1>
<p className="text-slate-500 mt-5">47,118 bios generated so far.</p>
Expand Down

1 comment on commit e1890ba

@vercel
Copy link

@vercel vercel bot commented on e1890ba Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.