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

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