From 8bdfbc6ddc1080c3e0c279ad92c19e47b25fd3bd Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 29 Jun 2017 14:45:24 -0400 Subject: Add templates and static assets for materialize --- app/dispatch/static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/dispatch/static/style.css (limited to 'app/dispatch/static/style.css') 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; + } -- cgit v1.2.3