fix: fix width on cards to be slightly larger
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
<Container>
|
||||
<Row>
|
||||
<Col class="mx-auto" xs={12} lg={9}>
|
||||
<Col class="mx-auto" xs={12} lg={10}>
|
||||
{#if err}
|
||||
<Alert color="danger" >{err}</Alert>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user