pull/7/head
Anthony Catel 2020-10-09 13:43:41 +02:00
rodzic 447f157fec
commit ba1da4229b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -27,7 +27,7 @@
<button @click="setDensity(4)" class="btn">Packed</button>
</div>
<div class="text-center mt-1">
<span class="block font-semibold text-teal-600">{{ density.toFixed(2) }} people per sqm <small>(~10 ftqm)</small></span>
<span class="block font-semibold text-teal-600">{{ density.toFixed(2) }} people per sqm <small>(~10 sqft)</small></span>
<span class="inline-block mt-2 text-xl font-bold text-gray-800">{{ estimated }} estimated</span>
</div>
</div>