monospace clock

This commit is contained in:
2023-04-15 20:01:55 +02:00
parent e04e6713bc
commit b50398f6eb

View File

@@ -143,7 +143,9 @@
<div class="max-w-xl w-full">
{#if current_page === "general"}
<div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900">
<h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 font-mono"
>
{hours}:{minutes}:{seconds}
</h1>
<!-- -->