From 6960af9342f8b9d2f214ed39309105825b064028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 31 Mar 2020 00:43:30 +0200 Subject: Slightly improve footer layout in HTML. --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 44477b37..c31f16ec 100644 --- a/static/style.css +++ b/static/style.css @@ -285,6 +285,9 @@ html, body { .root footer { font-family: monospace; margin: 0.5em; + + display: flex; + justify-content: space-between; } .root footer span { -- cgit v1.2.3