From 87bbfb92f12dea9e012c0ec6c35c4efe04338b81 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 6 Dec 2023 00:07:20 -0500 Subject: [PATCH] footer fixes --- src/documents/styles/sections/footer.less | 7 +++++-- src/partials/footer.html | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/documents/styles/sections/footer.less b/src/documents/styles/sections/footer.less index 73d2a59a1..9a654b5eb 100644 --- a/src/documents/styles/sections/footer.less +++ b/src/documents/styles/sections/footer.less @@ -42,6 +42,7 @@ footer:before { .footer-patreon { margin-left: 20px; + white-space: nowrap; img { height: 40px; margin-left: 0px; @@ -64,11 +65,13 @@ footer:before { float: none; margin-top: 40px; margin-bottom: 40px; + white-space: nowrap; + text-align: center; } .footer-powered-by a{ - display: block; + display: inline-block; } .footer-social { @@ -77,7 +80,7 @@ footer:before { } .footer-powered-by p { - display: block; + display: inline-block; margin-bottom: 26px; } } \ No newline at end of file diff --git a/src/partials/footer.html b/src/partials/footer.html index b2691f65f..1a58b8090 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -30,7 +30,7 @@ -