From b7c89753ecfef9e611164148b8a297a364214ade Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Mar 2023 00:01:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20smaller=20socials;=20ad?= =?UTF-8?q?d=20Zola=20&=20tabi=20mention?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_footer.scss | 10 +++++++--- templates/partials/footer.html | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index e409b1f15..1cd7edfb3 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -29,7 +29,7 @@ footer nav { .social { background-image: unset; - padding: 1vmin; + padding: 0.5vmin; display: flex; justify-content: center; align-items: center; @@ -38,9 +38,8 @@ footer nav { .social>img { color: #000000; aspect-ratio: 1/1; - width: 1.6rem; + width: 1.5rem; height: auto; - padding: 0.7vmin; } .social { @@ -64,3 +63,8 @@ footer nav { } } } + +.credits { + font-size: 0.88rem; + color: var(--meta-color); +} diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 868e78cf1..24feec06f 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -9,6 +9,9 @@ {% endfor %} {% endif %} +
+ Powered by Zola & tabi +