Add DOCTYPE html and fix google maps acting out

This commit is contained in:
Edin Dazdarevic
2016-11-07 11:37:56 +01:00
parent ce9d0d2c4e
commit 4df91c1685
2 changed files with 10 additions and 0 deletions

9
web/dist/main.css vendored
View File

@@ -1,5 +1,14 @@
body {
margin: 0;
height: 100%;
}
html {
height: 100%;
}
#root {
height: 100%;
}
*, :after, :before {