Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Hero() {
{/* Headline */}
<Typography
variant="h1"
className="hero-enter-2 leading-[1.08] tracking-[-0.02em] sm:text-5xl lg:text-[46px] mb-7"
className="hero-enter-2 leading-[1.4] tracking-[-0.02em] sm:text-5xl lg:text-[46px] mb-7"
>
A comunidade que transforma programadores em{' '}
<span className="block font-mono bg-linear-to-r from-primary-400 to-primary-500 bg-clip-text text-transparent">
Expand Down
Loading