mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
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:
parent
68228c44fc
commit
d5f36eabab
@ -28,7 +28,7 @@ export default function Home() {
|
|||||||
className="absolute inset-0 -z-10 animate-fade-in"
|
className="absolute inset-0 -z-10 animate-fade-in"
|
||||||
quantity={100}
|
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
|
chronark
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user