From db04b6d141969171d7923dd035b7f82f0bbbe716 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Tue, 2 Feb 2021 21:52:41 +0100 Subject: [PATCH] Improve footer styles --- sass/style.scss | 9 +++++++++ templates/index.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index c44f02d..210940d 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -68,6 +68,15 @@ footer { padding: 0.5rem 0; // WTF water.css doesn't have good contrast here? color: var(--text-bright); + font-size: 1.2rem; + text-align: center; + .altnames { + word-wrap: anywhere; + > p > img { + width: 1rem; + height: 1rem; + } + } } // center images in articles diff --git a/templates/index.html b/templates/index.html index 9ab25a9..02bd89f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,7 +60,7 @@ {% endif %} {% if config.extra.altnames %}