mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
fix: fix width on cards to be slightly larger
This commit is contained in:
parent
4db9f0545f
commit
dcad361ae7
2 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue