Skip to content

Commit 0d273b3

Browse files
committed
📃 docs: improve presentation mobile design
1 parent b004b45 commit 0d273b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/components/Presentation.astro

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
import 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>

0 commit comments

Comments
 (0)