From a9927e6536d1c99dc5b313ce27597bb482e62bf2 Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Thu, 30 Jul 2020 21:35:13 +0300 Subject: [PATCH] Fix footer for multilingual site --- layouts/partials/footer.html | 12 +++++++----- static/css/style.css | 3 +++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 55dcb24..e022af9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,11 +4,13 @@ {{ partial "languageSelect.html" . }} {{ end }} - + {{ partial "themeSwitcher.html" . }} diff --git a/static/css/style.css b/static/css/style.css index 2a13d5d..bef454c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -416,6 +416,9 @@ article figcaption { padding-top: 1.5em; margin-top: 3em; font-size: 16px; +} + +.common-footer-bottom { display: flex; flex-wrap: wrap; align-items: center;