Skip to content

Commit

Permalink
make plane map fill bigger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
hamogu committed Oct 19, 2024
1 parent 7874e8b commit 774d4bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plain.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
margin: 0;
}
.leaflet-container {
height: 400px;
width: 600px;
height: 2400px;
width: 2400px;
max-width: 100%;
max-height: 100%;
}
</style>

<style>#map { width: 800px; height: 500px; }
<style>#map { width: 2800px; height: 2500px; }
.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; }
.legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; }</style>
</head>
Expand Down

0 comments on commit 774d4bd

Please sign in to comment.