Skip to content

Commit

Permalink
scale better on phones
Browse files Browse the repository at this point in the history
  • Loading branch information
ldscavo committed Oct 6, 2024
1 parent e64ce69 commit d1b53b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/budgetList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container is-widescreen">
<h1 class="title">My Budgets</h1>
<clip-loader v-if="loading" size="80" color="#973735" />
<div class="grid is-col-min-9">
<div class="grid">
<budget-card-v2 v-for="budget in budgets" v-bind:key="budget.id" v-bind:budget="budget" />
</div>
<add-budget-v2 />
Expand Down

0 comments on commit d1b53b0

Please sign in to comment.