Skip to content

Commit

Permalink
add some margin to the graph cards
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jul 29, 2023
1 parent ef8b37d commit 81c92c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</v-chip>
</v-banner>

<v-row>
<v-row class="mt-4">
<v-col cols="12" md="6" lg="4" >
<GraphCard :weatherProperty="weatherProperties.temp" :tooltipPosition="tooltipPosition" updateLegendColors />
</v-col>
Expand Down

0 comments on commit 81c92c8

Please sign in to comment.