Use consistent margins for page header, content, footer

This commit is contained in:
Will Faught
2024-07-12 17:30:08 -07:00
parent 404e818027
commit 8c09422aa0
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
{{ $credit = markdownify $credit }}
{{ end }}
<footer class="mb-3 text-center text-secondary" id="paige-footer">
<footer class="my-3 text-center text-secondary" id="paige-footer">
{{ if templates.Exists "partials/paige/footer-first.html" }}
{{ partial "paige/footer-first.html" . }}
{{ end }}