Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan authored May 4, 2024
1 parent 7cc271c commit 834840e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>

[data-leaflet-html] {
block-size: min(90%, 40ch);
block-size: 40ch;
isolation: isolate;
z-index: 1;
}
Expand All @@ -26,7 +26,7 @@
}

.wrapper {
inline-size: 80ch;
inline-size: min(90%, 80ch);
margin-inline: auto;
}
</style>
Expand Down

0 comments on commit 834840e

Please sign in to comment.