Skip to content

Commit a78f677

Browse files
committed
fix(landing): update styling for h1 text
1 parent 7b37829 commit a78f677

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export default function Home() {
1111
fill
1212
/>
1313
<section className="flex flex-col items-center py-36 px-24 gap-4 z-20">
14-
<h1 className="text-7xl text-white font-bold">Let's Prep Together!</h1>
14+
<h1 className="text-7xl text-white font-bold text-center">
15+
Let's Prep Together!
16+
</h1>
1517
<h2 className="text-xl text-center text-white font-medium max-w-xl">
1618
Collaborative Mock Interviews to Boost Your Confidence and Nail Your
1719
Dream Job Interviews

0 commit comments

Comments
 (0)