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>

View File

@ -7,7 +7,7 @@
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<main class=" flex flex-col h-screen">
<main class="flex flex-col h-screen">
<header class="bg-white">
<!-- TODO: "justify-between" adds that space -->
<nav class="flex items-center justify-between flex-wrap p-2" style="background: #121212;">