V-card to use width of group

I don't know if I understood it correctly, but here is my attempt:

Vue uses grid system of 12. Your groups were set for width 6, meaning one will be moved to another row.

I reduced all group widths to 4. And changed to <v-card class="mx-auto" color="white" width="100%">

2 Likes