Skip to content

Commit

Permalink
improve landing page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Dec 17, 2024
1 parent 85f5050 commit beb2737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Home: NextPage = () => {
passHref
>
{/* <div className="text-8xl my-7">{item.emoji}</div> */}
<h3 className="text-3xl font-bold mb-5">{item.title}</h3>
<h3 className="text-2xl font-bold mb-5">{item.title}</h3>
<div className="text-xl mb-0">{item.description}</div>
</Link>
))}
Expand All @@ -93,7 +93,7 @@ const Home: NextPage = () => {
target="_blank"
rel="noopener noreferrer"
>
<h3 className="text-3xl font-bold mb-5">{item.title}</h3>
<h3 className="text-2xl font-bold mb-5">{item.title}</h3>
<p className="text-xl mb-0">{item.description}</p>
</Link>
))}
Expand Down

0 comments on commit beb2737

Please sign in to comment.