chore: normalize headings (#42)

* chore: minor update to card component

* chore: normalize headings of blog and single page
This commit is contained in:
Xin
2023-09-10 09:54:30 -04:00
committed by GitHub
parent 61e41f247b
commit 04e131f93a
3 changed files with 10 additions and 7 deletions

View File

@ -4,6 +4,7 @@
{{ partial "toc.html" . }}
<article class="w-full break-words flex min-h-[calc(100vh-var(--navbar-height))] min-w-0 justify-center pb-8 pr-[calc(env(safe-area-inset-right)-1.5rem)]">
<main class="w-full min-w-0 max-w-6xl px-6 pt-4 md:px-12">
<br class="mt-1.5 text-sm" />
<h1 class="text-center mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100">{{ .Title }}</h1>
<div class="mb-16"></div>
<div class="content">