style: adjust hero heading line height from tight to none

This commit is contained in:
2025-10-16 16:21:02 +02:00
parent 40e616fa83
commit ab42093c78

View File

@@ -31,7 +31,7 @@ const rotatingWords = [
export function AboutHero() { export function AboutHero() {
return ( return (
<section className="flex flex-col items-start justify-center min-h-[70vh] px-6 md:px-16 text-white"> <section className="flex flex-col items-start justify-center min-h-[70vh] px-6 md:px-16 text-white">
<h1 className="text-5xl lg:text-8xl font-medium leading-tight"> <h1 className="text-5xl lg:text-8xl font-medium leading-none">
Building a Decentralized Internet for{" "} Building a Decentralized Internet for{" "}
<TypeAnimation <TypeAnimation
sequence={rotatingWords} sequence={rotatingWords}