Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Anthony Catel 43b1bae54f Remove useless instagram link 2023-11-13 22:43:12 +01:00
Anthony Catel 436ff49d74 Use tabular font widths for the estimated number 2023-11-13 22:42:18 +01:00
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -29,8 +29,8 @@
<button @click="setDensity(4)" class="btn">Packed</button>
</div>
<div class="text-center mt-2">
<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>
<span class="block font-semibold text-teal-600 tabular-nums">{{ density.toFixed(2) }} people per sqm <small>(~10 sqft)</small></span>
<span class="inline-block mt-2 text-xl font-bold text-gray-800 tabular-nums">{{ estimated }} estimated</span>
</div>
</div>
<div class="text-center font-bold" v-else>
@ -58,7 +58,7 @@
</div>
<div class="grow"></div>
<div class="flex space-x-4 order-last bg-white p-4 text-xs tracking-tight md:-mx-4 items-center font-medium justify-center">
<span>Created by Anthony Catel // <a href="https://instagram.com/antcatel">Instagram</a> //</span>
<span>Created by Anthony Catel</span>
<a href="https://twitter.com/antcatel?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @antcatel</a>
</div>
<!-- <div class="bottom-0 left-0 md:absolute h-8 bg-white border-t border-gray-300 w-full text-xs tracking-tight text-center py-2">Created by Anthony Catel</div> -->