Move static dir and fix eslint issues

This commit is contained in:
Jan Tuomi
2017-09-24 16:21:45 +03:00
parent dd69a0c395
commit 010fab5be1
38 changed files with 20 additions and 26 deletions
+14
View File
@@ -0,0 +1,14 @@
html {
width: 100%;
height: 100%;
font-size: 16px;
}
body {
background-color: #fcfcfc;
max-width: 750px;
margin: auto;
text-align: center;
color: #100;
font-family: sans-serif;
}