monospace clock

This commit is contained in:
Philipp Dormann 2023-04-15 20:01:55 +02:00
parent e04e6713bc
commit b50398f6eb
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 3 additions and 1 deletions

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>
<!-- -->