Xintong Xia d065cb7767
add fullscreen support (#696)
* add fullscreen support
2019-02-07 21:57:29 +01:00

9 lines
84 B
CSS

body {
margin: 0;
background: #000;
}
#map {
width: 100vw;
height: 100vh;
}