10 lines
85 B
CSS

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