Fix footer bottom margins

master
Will Faught 2 years ago
parent 33842d242a
commit 82e8f3098d

@ -1,6 +1,6 @@
{{ $page := . }}
<footer id="paige-footer">
<footer class="mb-3" id="paige-footer">
{{ if templates.Exists "partials/paige/footer-first.html" }}
{{ partial "paige/footer-first.html" . }}
{{ end }}
@ -9,7 +9,7 @@
<p class="mb-0 text-center text-secondary" id="paige-copyright">{{ . }}</p>
{{ end }}
<p class="text-center" id="paige-credit">
<p class="mb-0 text-center" id="paige-credit">
<a class="link-secondary text-decoration-none" href="https://github.com/willfaught/paige">Paige Theme</a>
</p>

Loading…
Cancel
Save