Skip to content

Commit

Permalink
use rem for text size
Browse files Browse the repository at this point in the history
  • Loading branch information
shirleyduong committed Nov 12, 2024
1 parent fdb7bf9 commit d8167d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const NotFound = () => {
</p>
<p className="relative font-archivo-black text-9xl">404</p>
</div>
<p className="relative pb-10 pt-4 font-archivo-narrow text-[130px]">
<p className="relative pb-10 pt-4 font-archivo-narrow text-[8.125rem]">
Page Not Found
</p>
<div className="relative">
Expand Down

0 comments on commit d8167d3

Please sign in to comment.