ui: Fix responsiveness on home page

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

View File

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

View File

@ -47,7 +47,7 @@
{/if} {/if}
{/if} {/if}
<Row cols="3"> <Row cols={{ lg: 3, md: 2, sm: 1 }}>
{#each Object.keys($themes) as th, index} {#each Object.keys($themes) as th, index}
<Col class="mb-3"> <Col class="mb-3">
<CardTheme <CardTheme