mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
10 lines
85 B
CSS
10 lines
85 B
CSS
body {
|
|
margin: 0;
|
|
background: #000;
|
|
}
|
|
|
|
#map {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|