Skip to content

Commit 046e1a6

Browse files
committed
Merge pull request #65 from lennart0901/margin
Fix #64: Remove margins from leaflet-tiles
2 parents 38fe755 + 3c11433 commit 046e1a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

folium/templates/ipynb_init_css.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
color: black !important;
55
}
66

7+
.leaflet-container .leaflet-tile {
8+
margin: 0;
9+
}
10+
711
.leaflet-control-zoom-in {
812
text-decoration: none !important;
913
}

0 commit comments

Comments
 (0)