aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-31 00:43:30 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-31 00:43:30 +0200
commit6960af9342f8b9d2f214ed39309105825b064028 (patch)
tree326a6a03868be6feaa9adfc1f0d7f75186ad1c5c /static
parentAdd toggles between week and month view for HTML. (diff)
downloadcalp-6960af9342f8b9d2f214ed39309105825b064028.tar.gz
calp-6960af9342f8b9d2f214ed39309105825b064028.tar.xz
Slightly improve footer layout in HTML.
Diffstat (limited to 'static')
-rw-r--r--static/style.css3
1 files changed, 3 insertions, 0 deletions
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 {