File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22import CustomParagraph from ' ./shared/CustomParagraph.astro' ;
33---
44
5- <!-- TODO: improve presentation mobile design -->
65<section
76 id =" home"
8- class =" flex h-screen flex-col justify-evenly max-sm:h-[100dvh]"
7+ class =" flex h-screen flex-col justify-evenly pt-0 max-sm:h-[100dvh]"
98>
109 <div class =" p-2 font-lato text-[var(--default-font-color)]" >
1110 <div class =" reveal" >
1211 <h1
13- class =" mx-0 my-3 animate-presentation-title text-5xl text-[var(--default-secundary-font-color)] max-sm:text-5xl"
12+ class =" mx-0 my-3 animate-presentation-title text-5xl font-bold text-[var(--default-secundary-font-color)] max-sm:text-5xl"
1413 >
1514 Hi, I am <br class =" hidden max-sm:inline" />Carlos Jorge, <br />
1615 Web developer!
1716 </h1 >
1817 </div >
1918 <div class =" reveal" >
20- <h2 class =" mx-0 my-3 animate-presentation-main-skill text-4xl" >
19+ <h2
20+ class =" mx-0 my-3 animate-presentation-main-skill text-4xl text-[2.52rem] font-bold"
21+ >
2122 Welcome to my personal portfolio!
2223 </h2 >
2324 </div >
You can’t perform that action at this time.
0 commit comments