Leaflet/docs/examples/mobile/example.md
Andrew 000f457fcb Fix map styles in "Extending Leaflet" example (#5819)
* fix map height in extending example

* add html and body styles to tutorial_frame

* move js styles to css

* remove unnecessary styles from mobile/example.md
2017-10-04 00:04:01 +02:00

1.1 KiB

layout title css
tutorial_frame Mobile tutorial body { padding: 0; margin: 0; } #map { height: 100%; width: 100vw; }