Skip to content

Commit 66ee886

Browse files
committed
add margin bottom on projects header
1 parent 92cb402 commit 66ee886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/projects.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const description = "My list of projects.";
1414
<main>
1515
<section class="px-4 sm:px-6 pt-8 sm:pt-16 lg:pt-20 mx-auto max-w-3xl">
1616
<header>
17-
<h1 class={`text-center text-5xl md:text-[3.50rem] font-bold`}>
17+
<h1 class={`text-center text-5xl md:text-[3.50rem] font-bold mb-8`}>
1818
{title}
1919
</h1>
2020
</header>

0 commit comments

Comments
 (0)