File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const Home = () => {
21
21
</ section >
22
22
< section id = "skills" className = "pb-16" >
23
23
< 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 " >
25
25
Skills
26
26
</ h2 >
27
27
</ div >
@@ -31,15 +31,15 @@ const Home = () => {
31
31
</ section >
32
32
< section className = "pb-16 pt-24" id = "projects" >
33
33
< 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 " >
35
35
My recent projects
36
36
</ h2 >
37
37
< RecentWork />
38
38
</ Container >
39
39
</ section >
40
40
< section id = "contact" className = "bg-lime-400 pb-16 pt-24" >
41
41
< 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 " >
43
43
Get in touch with me
44
44
</ h2 >
45
45
< Contact />
You can’t perform that action at this time.
0 commit comments