Make map size more reasonable
This commit is contained in:
parent
e31bd12a3b
commit
9f4babb41f
@ -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>
|
||||
|
||||
|
@ -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;">
|
||||
@ -39,7 +39,7 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="p-6 flex-grow">
|
||||
<div class="p-6 flex-grow">
|
||||
<slot />
|
||||
</div>
|
||||
</main>
|
||||
|
Loading…
Reference in New Issue
Block a user