aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-01-24 11:01:36 -0600
committerChristian Cleberg <hello@cleberg.net>2024-01-24 11:01:36 -0600
commit38515b5c270ec9a668ff912878530d7aa180b697 (patch)
tree14ee57d650201053430d9142369a04de5c4d7806 /assets
parentcf90fe362d070a9aed98fee906727ab294224dc3 (diff)
downloadomaha-incidents-38515b5c270ec9a668ff912878530d7aa180b697.tar.gz
omaha-incidents-38515b5c270ec9a668ff912878530d7aa180b697.tar.bz2
omaha-incidents-38515b5c270ec9a668ff912878530d7aa180b697.zip
fix: restructure project around the dash app
Diffstat (limited to 'assets')
-rw-r--r--assets/styles.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/styles.css b/assets/styles.css
new file mode 100644
index 0000000..dd887e6
--- /dev/null
+++ b/assets/styles.css
@@ -0,0 +1,8 @@
+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;
+} \ No newline at end of file