Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7fbb29f..f58b6f7 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,7 +3,7 @@
{{- partial "head.html" . -}}
<body class="bg-gray-50 flex flex-col min-h-screen">
{{- partial "header.html" . -}}
- <main class="flex-1 mt-12 max-w-3xl mx-auto text-gray-700 w-full">
+ <main class="flex-1 mt-12 max-w-3xl mt-32 mx-auto text-gray-700 w-full">
{{- block "main" . }}{{- end }}
</main>
{{- partial "footer.html" . -}}