This commit is contained in:
Morgan 2023-11-01 22:12:49 +09:00
parent df2e8fe099
commit 41b055a729
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{ define "main" }}
<div class="max-w-6xl mx-auto">
<div class="mb-20 text-center">
<h1 class="text-3xl font-bold mb-2 text-black">{{ .Title }}</h1>
<h1 class="text-4xl font-bold mb-2 text-black">{{ .Title }}</h1>
</div>
<div class="grid grid-cols-1 gap-8 auto-rows-max">
{{- $pages := union .RegularPages .Sections }}