ui: Fix responsiveness on home page

This commit is contained in:
nemunaire 2021-09-02 09:59:58 +02:00
commit d319587dab
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
{#if $settings}
{#if $settings.end - $settings.start > 0}
<div
class="clock display-2"
class="clock display-2 text-end text-md-center"
class:expired={$time.expired}
class:end={$time.end}
class:wait={$time.startIn}