Skip to content

Commit 7831ff3

Browse files
authored
📱 Smaller Headings
1 parent ecbbffb commit 7831ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/archives.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import { Icon } from "astro-icon/components";
88
<div class="py-8 md:px-32">
99
<div class="bg-[url('/banners/dark.png')] h-64 bg-cover bg-center rounded-lg border-2 border-neutral-content p-4" />
1010
<div class="my-12 text-center">
11-
<h1 class="text-6xl font-bold">Archives</h1>
11+
<h1 class="text-5xl md:text-6xl font-bold">Archives</h1>
1212
<p class="text-lg text-base-content/70 mt-2">Vous trouverez ici des versions archivés des différent sites webs que j'ai pu créer au fil des années.</p>
1313
</div>
1414

1515

1616
<div class="mt-8 py-8">
17-
<h1 class="text-5xl font-bold">Portfolios</h1>
17+
<h1 class="text-4xl md:text-5xl font-bold">Portfolios</h1>
1818

1919
<div class="grid grid-cols-1 md:grid-cols-3 my-8">
2020
<Card title="Premier Portfolio" date="~2021" link="https://funa.dev/funasitien-website/" />
@@ -24,7 +24,7 @@ import { Icon } from "astro-icon/components";
2424
When web addiction meets design obsession
2525
</div>
2626

27-
<h1 class="text-5xl font-bold mt-6 md:mt-12">DEMOCRAFT.FR</h1>
27+
<h1 class="text-4xl md:text-5xl font-bold mt-6 md:mt-12">DEMOCRAFT.FR</h1>
2828

2929
<div class="grid grid-cols-1 md:grid-cols-3 my-8">
3030
<Card title="Azuriom Glass" icon="simple-icons:laravel" date="2024" />

0 commit comments

Comments
 (0)