I am trying to modify the card view for mobile devices to display as a 2-column layout. I have adjusted the flex length and grid size in my code, but I still can't achieve the desired result. Can someone guide me on how to make this change?
Current desktop view:
Desired mobile view:
Latest Product<v-divider></v-divider><br>
<v-layout row wrap>
// Inserted code here
</v-layout>
The final outcome should resemble this: