summaryrefslogtreecommitdiff
path: root/client/src/routes/app/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/routes/app/app.css')
-rw-r--r--client/src/routes/app/app.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/routes/app/app.css b/client/src/routes/app/app.css
new file mode 100644
index 0000000..bccae8f
--- /dev/null
+++ b/client/src/routes/app/app.css
@@ -0,0 +1,9 @@
+.app {
+ display: flex;
+
+ position: fixed;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+}