Make map size more reasonable

This commit is contained in:
Austen Adler 2023-03-11 16:42:45 -05:00
parent e31bd12a3b
commit 9f4babb41f
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
});
</script>
<div id="container" class="h-1/2">
<div id="container" class="h-3/4">
<div id="map" bind:this={mapElement} class="h-full w-full" />
</div>