💄 Tune down boldness of pagetitles
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m15s

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-05-29 19:31:16 +02:00
parent 70663064a0
commit 0c63d914ec
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -6,7 +6,7 @@ const {frontmatter} = Astro.props;
<SectionContainer>
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
<article>
<h1 class="text-3xl font-extrabold">[ {frontmatter.title} ]</h1>
<h1 class="text-3xl font-bold">[ {frontmatter.title} ]</h1>
<p class="italic mb-4">{frontmatter.description}</p>
<div class="blog">
<slot />