Add DOCTYPE html and fix google maps acting out
This commit is contained in:
1
web/dist/index.html
vendored
1
web/dist/index.html
vendored
@@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
9
web/dist/main.css
vendored
9
web/dist/main.css
vendored
@@ -1,5 +1,14 @@
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#root {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
*, :after, :before {
|
||||
|
||||
Reference in New Issue
Block a user