diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-17 21:50:20 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-17 21:50:20 +0100 |
commit | 03635203ea55bbb101089ff9197ea2c6cde9c74a (patch) | |
tree | 874c788669602c0dfac4ee6410ed31a8698952d4 /src/static/style.css | |
parent | b8832094f9f9c21e13e18d679b46005716e7fb9a (diff) | |
download | UKGenderPayGap-03635203ea55bbb101089ff9197ea2c6cde9c74a.tar.gz UKGenderPayGap-03635203ea55bbb101089ff9197ea2c6cde9c74a.zip |
Added index page for a specific employer, added large plots for those specific employers
Diffstat (limited to 'src/static/style.css')
-rw-r--r-- | src/static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
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%; |