added space at the bottom of the simple layout

This commit is contained in:
Chaoming Li 2024-11-20 16:50:07 +11:00
parent 4b5d472677
commit acdb27d35d

View file

@ -1,5 +1,5 @@
{{ define "main" }} {{ define "main" }}
<div class="container mx-auto px-4 py-8 flex-1"> <div class="container mx-auto px-4 py-8 mb-12 flex-1">
<h1 class="text-4xl font-bold text-center mb-12">{{ .Title }}</h1> <h1 class="text-4xl font-bold text-center mb-12">{{ .Title }}</h1>
<div class="prose prose-lg !max-w-none"> <div class="prose prose-lg !max-w-none">
{{ .Content }} {{ .Content }}