diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-11 18:54:10 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-11 18:54:10 +0100 |
commit | 469de094098c5cf149b9aeab9c2a7d23aa22c11d (patch) | |
tree | be9bd0e6c1a4bbfcc9fe878420dd7569deec0f77 /static/style.css | |
parent | b0f2c84d0ab4112040a4db49541eab504d1ec2c0 (diff) | |
download | UKGenderPayGap-469de094098c5cf149b9aeab9c2a7d23aa22c11d.tar.gz UKGenderPayGap-469de094098c5cf149b9aeab9c2a7d23aa22c11d.zip |
Finished filtering of new visualisation, started work on map char
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 660a3b4..9273cae 100644 --- a/static/style.css +++ b/static/style.css @@ -65,6 +65,10 @@ label { font-size: x-small; } +aside form p { + font-size: x-small; +} + .collapsable { display: none; } |