aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/dispatch/static/style.css')
-rw-r--r--app/dispatch/static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/dispatch/static/style.css b/app/dispatch/static/style.css
new file mode 100644
index 0000000..8b08af7
--- /dev/null
+++ b/app/dispatch/static/style.css
@@ -0,0 +1,8 @@
+body {
+ display: flex;
+ min-height: 100vh;
+ flex-direction: column;
+ }
+ main {
+ flex: 1 0 auto;
+ }