Skip to content

Commit 6d43bae

Browse files
committed
fix(style): update styles
1 parent d22fd19 commit 6d43bae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ export default function Home() {
1010
className="-z-10 opacity-50"
1111
layout="fill"
1212
/>
13-
<section className="flex flex-col items-center py-36 px-24 gap-4 z-20">
14-
<h1 className="text-7xl text-white font-bold text-center m-5 max-w-10xl">
13+
<section className="flex flex-col items-center py-24 lg:py-36 px-24 gap-4 z-20">
14+
<h1 className="text-5xl text-white font-bold text-center m-5 lg:text-7xl">
1515
Streamlining Technical Interview Preparation.
1616
</h1>
17-
<h2 className="text-xl text-center text-white font-medium max-w-3xl m-5">
17+
<h2 className="text-xl text-center text-white font-medium">
1818
Collaborative mock interviews to boost your confidence and nail your
1919
dream job interviews.
2020
</h2>
2121
<Button
22-
className="btn-accent w-36 m-6"
22+
className="btn-accent w-36 m-2"
2323
children={<span>Get Started!</span>}
2424
/>
2525
</section>

0 commit comments

Comments
 (0)