Skip to content

Commit 6c4648b

Browse files
committed
fix: text-balance on paragraph
1 parent cfc107c commit 6c4648b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/[locale]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function HomePage() {
6363
</h1>
6464

6565
<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"
66+
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"
6767
initial={{ opacity: 0 }}
6868
animate={{ opacity: 1 }}
6969
transition={{ delay: 0.8, duration: 0.8 }}

0 commit comments

Comments
 (0)