Skip to content

Commit 454dd25

Browse files
committed
feat: reduce font weight
1 parent 90bea03 commit 454dd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/content-section.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const { title, id } = Astro.props;
1919
{title}
2020
</h2>
2121
</div>
22-
<p class="max-w-xl text-center font-extrabold text-2xl">
22+
<p class="max-w-xl text-center font-normal text-xl">
2323
<slot name="lead" />
2424
</p>
2525
<slot />

0 commit comments

Comments
 (0)