Skip to content

Commit 774d4bd

Browse files
committed
make plane map fill bigger screens
1 parent 7874e8b commit 774d4bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/plain.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
margin: 0;
1919
}
2020
.leaflet-container {
21-
height: 400px;
22-
width: 600px;
21+
height: 2400px;
22+
width: 2400px;
2323
max-width: 100%;
2424
max-height: 100%;
2525
}
2626
</style>
2727

28-
<style>#map { width: 800px; height: 500px; }
28+
<style>#map { width: 2800px; height: 2500px; }
2929
.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #000; }
3030
.legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }</style>
3131
</head>

0 commit comments

Comments
 (0)