Skip to content

Commit ed89529

Browse files
committed
bigger font size for section heading
1 parent 1fe8b73 commit ed89529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/Home.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Home = () => {
2121
</section>
2222
<section id="skills" className="pb-16">
2323
<div className="bg-blue-400 pb-40 pt-24">
24-
<h2 className="text-center font-serif text-3xl font-bold text-white drop-shadow-md lg:text-5xl">
24+
<h2 className="text-center font-serif text-4xl font-bold text-white drop-shadow-md lg:text-6xl">
2525
Skills
2626
</h2>
2727
</div>
@@ -31,15 +31,15 @@ const Home = () => {
3131
</section>
3232
<section className="pb-16 pt-24" id="projects">
3333
<Container>
34-
<h2 className="mb-16 text-center font-serif text-3xl font-bold capitalize text-dark-900 drop-shadow-md dark:text-gray-50 lg:text-5xl">
34+
<h2 className="mb-16 text-center font-serif text-4xl font-bold capitalize text-dark-900 drop-shadow-md dark:text-gray-50 lg:text-6xl">
3535
My recent projects
3636
</h2>
3737
<RecentWork />
3838
</Container>
3939
</section>
4040
<section id="contact" className="bg-lime-400 pb-16 pt-24">
4141
<Container>
42-
<h2 className="mb-8 text-center font-serif text-3xl font-bold text-white drop-shadow-md lg:text-5xl">
42+
<h2 className="mb-8 text-center font-serif text-4xl font-bold text-white drop-shadow-md lg:text-6xl">
4343
Get in touch with me
4444
</h2>
4545
<Contact />

0 commit comments

Comments
 (0)