ui: Fix responsiveness on home page
This commit is contained in:
parent
2246e00948
commit
d319587dab
2 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Reference in a new issue