Skip to content

Instantly share code, notes, and snippets.

@wuz
Last active July 27, 2017 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuz/a94a327dbf45b172ff0fb3ea1ba78559 to your computer and use it in GitHub Desktop.
Save wuz/a94a327dbf45b172ff0fb3ea1ba78559 to your computer and use it in GitHub Desktop.
Styling For Map
#map {
height: 500px;
width: 1000px;
}
#map .mapboxgl-popup-content {
padding: 10px;
max-width: 300px;
padding-top: 20px;
}
#map .mapboxgl-popup-content ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
#map .mapboxgl-popup-content ul h3 {
margin: 0 0 10px 0;
}
#map .mapboxgl-popup-content img {
float:left;
width: 30px;
margin-right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment