diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-24 11:22:32 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-24 11:22:32 -0600 |
commit | 441d7dc25c04da4c3b747af04c21868745e7029e (patch) | |
tree | a5625a5a1710fd756d926203104bd5b80be14ac6 /assets | |
parent | 1cc75d6c0e445b0d53c036d500d76f9074aec81a (diff) | |
download | omaha-incidents-441d7dc25c04da4c3b747af04c21868745e7029e.tar.gz omaha-incidents-441d7dc25c04da4c3b747af04c21868745e7029e.tar.bz2 omaha-incidents-441d7dc25c04da4c3b747af04c21868745e7029e.zip |
replace bar graph with table and update CSS
Diffstat (limited to 'assets')
-rw-r--r-- | assets/styles.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/assets/styles.css b/assets/styles.css index dd887e6..d014936 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -1,8 +1,9 @@ body { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; -} - -#_dash-app-content { max-width: 80vw; margin: 2rem auto; +} + +hr { + margin: 1rem auto; }
\ No newline at end of file |