diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2bb658e..0251372 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -15,7 +15,4 @@ {{ .Site.Params.Author }} {{ end }}

-

- Powered by Hugo Theme By nodejh -

diff --git a/static/css/style.css b/static/css/style.css index 611320c..09d5a66 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -186,11 +186,12 @@ nav.navigation a.button { /* footer */ #footer { - margin-top: 100px; - margin-bottom: 100px; - text-align: center; + display: flex; + align-items: center; color: #bbbbbb; font-size: 14px; + line-break: anywhere; + margin: 100px auto; } #footer .copyright { margin: 20px auto;