Skip to content

Commit ecbbffb

Browse files
authored
📱 Smaller Headings
1 parent f0d9a77 commit ecbbffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/index.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Icon } from "astro-icon/components";
1010
>
1111
</div>
1212
<div class="mt-8 py-8 text-center">
13-
<h1 class="text-6xl font-bold">Funasitien</h1>
13+
<h1 class="text-5xl md:text-6xl font-bold">Funasitien</h1>
1414
<p class="text-lg text-base-content/70 mt-2">
1515
Bienvenue sur mon site personnel !
1616
</p>
@@ -36,7 +36,7 @@ import { Icon } from "astro-icon/components";
3636
Here lies a wonderful citation
3737
</div>
3838
<div class="py-8">
39-
<h1 class="text-5xl font-bold">À Propos de moi</h1>
39+
<h1 class="text-4xl md:text-5xl font-bold">À Propos de moi</h1>
4040
<p class="text-lg text-base-content/70 mt-2">
4141
Bonjour ! Moi c'est <strong>Funasitien</strong>, développeur
4242
passioné depuis plus de 5 ans. Après avoir découvert le
@@ -50,7 +50,7 @@ import { Icon } from "astro-icon/components";
5050
This guy is addicted to Minecraft
5151
</div>
5252
<div class="py-8">
53-
<h1 class="text-5xl font-bold">Backend</h1>
53+
<h1 class="text-4xl md:text-5xl font-bold">Backend</h1>
5454
<p class="text-lg text-base-content/70 mt-2 inline">
5555
Je ne me suis pas limité au design web pour autant ! J'ai
5656
développé au fils des années des cométences en tant que
@@ -82,7 +82,7 @@ import { Icon } from "astro-icon/components";
8282
When code become art
8383
</div>
8484
<div class="py-8">
85-
<h1 class="text-5xl font-bold">Frontend & Design</h1>
85+
<h1 class="text-4xl md:text-5xl font-bold">Frontend & Design</h1>
8686
<p class="text-lg text-base-content/70 mt-2">
8787
Je maitrise plusieurs frameworks et langages, notamment <strong class="inline-flex items-center gap-1"
8888
><Icon name="simple-icons:astro" /> Astro</strong

0 commit comments

Comments
 (0)