Skip to content

Commit

Permalink
Merge pull request #445 from whtsupbab3/fix-blank-space-above-poidh-h…
Browse files Browse the repository at this point in the history
…eader

fix: reduce blank space above the "poidh" header
  • Loading branch information
picsoritdidnthappen authored Jan 4, 2025
2 parents 86d6b14 + 692130d commit 26cc5ba
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 @@ -18,7 +18,7 @@ const Home = () => {
const randomClaims = trpc.randomAcceptedClaims.useQuery({ limit: 24 });

return (
<div className='flex flex-col items-center justify-center text-center p-6 min-h-[85vh] pt-32'>
<div className='flex flex-col items-center justify-center text-center p-6 min-h-[85vh] pt-8 md:pt-24 lg:pt-32'>
<h1 className='text-4xl mb-8'>poidh</h1>
<p className='text-lg mb-8'>the easiest way to get stuff done</p>

Expand Down

0 comments on commit 26cc5ba

Please sign in to comment.