diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-18 16:11:27 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-18 16:11:27 +0100 |
commit | 669ab74f61e19b4a7f72dba303ffb2e09aa376f4 (patch) | |
tree | f724751ed3a71142dd9232ab96070cefd0876c9d /src/static/style.css | |
parent | 4513fe78fad87558bb3d660ec5f0163ccb892075 (diff) | |
download | UKGenderPayGap-669ab74f61e19b4a7f72dba303ffb2e09aa376f4.tar.gz UKGenderPayGap-669ab74f61e19b4a7f72dba303ffb2e09aa376f4.zip |
Added page about datasets
Diffstat (limited to 'src/static/style.css')
-rw-r--r-- | src/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css index d3235c7..3c2b4f3 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -183,6 +183,10 @@ aside dl dt { overflow: auto; } +#datasetnotes { + font-size: x-small; +} + footer { padding-left: 10%; padding-right: 10%; |