fix: kleinere Map-Höhe auf Mobile (320px statt 400px+)
Deploy / verify (push) Successful in 58s
Deploy / deploy (push) Successful in 1m8s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-06-04 13:06:53 +02:00
parent fc81d973a5
commit aebe5f4854
@@ -114,8 +114,7 @@
{/if}
<div
class="relative overflow-hidden rounded-sm border border-stein-200"
style="height: clamp(400px, 65vh, 560px)"
class="relative h-[320px] overflow-hidden rounded-sm border border-stein-200 sm:h-[clamp(400px,65vh,560px)]"
>
<!-- Leaflet map fills the container -->
<div bind:this={mapEl} class="absolute inset-0"></div>