mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
9 lines
109 B
CSS
9 lines
109 B
CSS
body {
|
|
margin: 0;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
#map {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|