feat: slightly wider contents on smaller screen sizes

This commit is contained in:
Spectralitree 2021-12-30 08:23:13 +01:00
parent 0c2a97e60f
commit 0919ebf21e
5 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@
{/if}
<Container>
<Row>
<Col class="mx-auto" xs={12} lg={10}>
<Col class="mx-auto" xs={12} lg={11} xl={10}>
{#if !user.id && !err}
<div class="mx-auto text-center">
<Spinner class="d-inline-block" />