BBH

Map

<div class="100vh">
    <div class="bg-neutral-grey-01 grid justify-center items-center h-full">
        <p>Kartenanwendung</p>
    </div>
</div>
{% if not(height) %}
{% set height = '100vh' %}
{% endif %}

<div class="{{ height }}">
  <div class="bg-neutral-grey-01 grid justify-center items-center h-full">
    <p>Kartenanwendung</p>
  </div>
</div>
/* No context defined. */

No notes defined.