💄 Tune down boldness of pagetitles
All checks were successful
Deploy website / build-and-deploy (push) Successful in 5m15s
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:
parent
70663064a0
commit
0c63d914ec
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const {frontmatter} = Astro.props;
|
||||||
<SectionContainer>
|
<SectionContainer>
|
||||||
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
|
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
|
||||||
<article>
|
<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>
|
<p class="italic mb-4">{frontmatter.description}</p>
|
||||||
<div class="blog">
|
<div class="blog">
|
||||||
<slot />
|
<slot />
|
||||||
|
|
Loading…
Add table
Reference in a new issue