add padding to title for descenders (#44)

* add padding to title for descenders

* Update page.tsx

---------

Co-authored-by: Andreas Thomas <dev@chronark.com>
This commit is contained in:
techxxy 2024-07-14 11:55:05 +02:00 committed by GitHub
parent 68228c44fc
commit d5f36eabab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ export default function Home() {
className="absolute inset-0 -z-10 animate-fade-in"
quantity={100}
/>
<h1 className="z-10 text-4xl text-transparent duration-1000 bg-white cursor-default text-edge-outline animate-title font-display sm:text-6xl md:text-9xl whitespace-nowrap bg-clip-text ">
<h1 className="py-3.5 px-0.5 z-10 text-4xl text-transparent duration-1000 bg-white cursor-default text-edge-outline animate-title font-display sm:text-6xl md:text-9xl whitespace-nowrap bg-clip-text ">
chronark
</h1>