We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc107c commit 6c4648bCopy full SHA for 6c4648b
src/app/[locale]/page.tsx
@@ -63,7 +63,7 @@ export default function HomePage() {
63
</h1>
64
65
<motion.p
66
- className="pointer-events-auto mx-auto max-w-2xl text-[oklch(0.984_0.003_247.858)] text-xl opacity-80 md:text-2xl"
+ className="pointer-events-auto mx-auto max-w-2xl text-balance text-[oklch(0.984_0.003_247.858)] text-xl opacity-80 md:text-2xl"
67
initial={{ opacity: 0 }}
68
animate={{ opacity: 1 }}
69
transition={{ delay: 0.8, duration: 0.8 }}
0 commit comments