mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-12-08 21:26:14 +00:00
* 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
1.1 KiB
1.1 KiB
| layout | title | css |
|---|---|---|
| tutorial_frame | Mobile tutorial | body { padding: 0; margin: 0; } #map { height: 100%; width: 100vw; } |