💄 minimize font size on headings
This commit is contained in:
parent
085c650bc7
commit
bfdc04e02f
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ const sortedYears = Object.keys(postsByYear).sort((a, b) => b - a);
|
|||
---
|
||||
<SectionContainer>
|
||||
<main class="flex flex-col h-screen gap-4 mt-4">
|
||||
<h1 class="text-4xl font-extrabold">Blog posts</h1>
|
||||
<h1 class="text-3xl font-extrabold">Blog posts</h1>
|
||||
{sortedYears.map(year => (
|
||||
<section>
|
||||
<div class="text-xl font-semibold">{year}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue