From 3bb60cc52e1d7e07ef7004e97cb2ca30f2d29994 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Tue, 2 Mar 2021 23:07:36 -0600 Subject: [PATCH] uh, footer centering fix now i broke this when i messed with the text flow. i sure don't know css. --- layouts/partials/footer.html | 3 --- static/css/style.css | 7 ++++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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;