mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 05:51:54 +02:00
added space at the bottom of the simple layout
This commit is contained in:
parent
4b5d472677
commit
acdb27d35d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue