From 03635203ea55bbb101089ff9197ea2c6cde9c74a Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 17 May 2023 21:50:20 +0100 Subject: Added index page for a specific employer, added large plots for those specific employers --- src/static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/static/style.css') diff --git a/src/static/style.css b/src/static/style.css index ee35cae..d3235c7 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -152,6 +152,14 @@ input[type="search"] { /* input[type="search"] {} */ } +aside dl { + font-size: small; +} + +aside dl dt { + font-weight: bold; +} + .minichart { min-height: 220px; width: 100%; -- cgit v1.2.3