about summary refs log tree commit diff
path: root/client/src/index.css
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2020-05-20 19:52:18 +0200
committerMelonai <einebeere@gmail.com>2020-05-20 19:52:18 +0200
commite58b453f24c8b4081361112862d29c34eb22009d (patch)
tree3437fb38ecb8b22ad5475d88f7e9ca901b320917 /client/src/index.css
parenta00a8a867cae381982c7b8b77f07836ab4a504ed (diff)
downloadshorest-e58b453f24c8b4081361112862d29c34eb22009d.tar.zst
shorest-e58b453f24c8b4081361112862d29c34eb22009d.zip
port to react and better error handling in backend
Diffstat (limited to 'client/src/index.css')
-rw-r--r--client/src/index.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/src/index.css b/client/src/index.css
new file mode 100644
index 0000000..d007edc
--- /dev/null
+++ b/client/src/index.css
@@ -0,0 +1,13 @@
+html * {
+  font-family: Roboto, sans-serif;
+  font-size: 3vmin;
+}
+
+#root {
+  justify-content: center;
+  position: absolute;
+  width: 100%;
+  box-sizing: border-box;
+  top: 40%;
+  padding: 0 50px 0 50px;
+}
\ No newline at end of file