From eee8de70127f1fdfc07f30bf7537897c2ae0b142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 9 Nov 2019 19:16:16 +0100 Subject: Work on HTML output. --- static/style.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 5f33d4ff..c9368646 100644 --- a/static/style.css +++ b/static/style.css @@ -51,13 +51,22 @@ flex-direction: column; } +.sideinfo .nav { + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + font-size: 150%; +} + .sideinfo .about { display: flex; justify-content: center; } -.sideinfo .about > div { - margin: 1em; +.sideinfo .small-calendar { + margin-left: 1em; + margin-right: 1em; } .sideinfo .eventlist { -- cgit v1.2.3