diff options
Diffstat (limited to 'src/static')
-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%; |