💄 minimize font size on headings
This commit is contained in:
parent
085c650bc7
commit
bfdc04e02f
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ const {frontmatter} = Astro.props;
|
|||
<SectionContainer>
|
||||
<main class="flex flex-col flex-1 mb-auto break-words mt-4">
|
||||
<article>
|
||||
<h1 class="text-4xl font-extrabold">{frontmatter.title}</h1>
|
||||
<h1 class="text-3xl font-extrabold">{frontmatter.title}</h1>
|
||||
<p class="italic mb-4">{frontmatter.description}</p>
|
||||
<div class="blog">
|
||||
<slot />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue