Skip to content

Commit fdfcc94

Browse files
committed
Fixed wrapping on the title text
1 parent 005a593 commit fdfcc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Page() {
1717
<Header />
1818
<section id="home" className="h-screen px-2 bg-pattern">
1919
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-3/4">
20-
<h1 className="font-title uppercase text-6xl font-bold text-neutral-800">Justin St-Amant, here</h1>
20+
<h1 className="font-title uppercase text-6xl font-bold text-neutral-800">Justin <span className="whitespace-nowrap">St-Amant,</span> here</h1>
2121
<p className="mt-8 mb-10 text-2xl">{process.env.site.subtitle}</p>
2222
<LinkButton href="#about" text="See why" icon={faRocket} animate={true} className="mx-auto" />
2323
</div>

0 commit comments

Comments
 (0)