Skip to content

Commit

Permalink
Set fixed width on team card on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjornstad committed Oct 3, 2023
1 parent aeebf66 commit b09257a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Teams.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</Alert>
{/each}
{:else}
<Card minWidth="300px">
<Card width="600px">
<h2>
<PersonGroupIcon />
My teams
Expand Down

0 comments on commit b09257a

Please sign in to comment.