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 %}