Skip to content

Commit

Permalink
Fix title size on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillkurko committed Jan 19, 2025
1 parent 64c91d2 commit 0c3634d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Page() {
return (
<section className='prose prose-invert flex justify-center items-center overflow-hidden py-8 max-[1200px]:h-auto max-[1200px]:overflow-auto'>
<div>
<PageTitle className='whitespace-pre-wrap text-5xl'>{`Kirill Kurko\nFrontend Developer\nand Penguin 🐧`}</PageTitle>
<PageTitle className='whitespace-pre-wrap text-4xl sm:text-5xl'>{`Kirill Kurko\nFrontend Developer\nand Penguin 🐧`}</PageTitle>
<p>
{`I’m a software engineer who started his career with backend
development and then switched to frontend. Right now my primary stack
Expand Down

0 comments on commit 0c3634d

Please sign in to comment.