File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 62
62
>
63
63
<div >
64
64
<div class =" tw-w-full" v-html =" `Make your first loan in ${formattedPendingRegions}`" ></div >
65
- <div class =" tw-w-full tw-flex tw-gap-2 tw-mt-2" >
65
+ <div class =" tw-w-full tw-flex tw-flex-col md:tw-flex-row tw- gap-2 tw-mt-2" >
66
66
<a
67
67
v-for =" (region, idx) in pendingRegions"
68
68
:key =" idx"
69
- class =" tw-flex tw-mb-2 tw-w-1/2 tw-cursor-pointer"
69
+ class =" tw-flex tw-mb-2 tw-w-full md:tw-w- 1/2 tw-cursor-pointer"
70
70
@click =" handleRecommendRegionClick(region)"
71
71
>
72
72
<div
73
73
class ="
74
- tw-flex tw-flex-col tw-w-full
75
- tw-bg-white tw-rounded tw-shadow hover:tw-shadow-lg
76
- tw-transition-shadow tw-duration-200"
74
+ tw-flex tw-flex-col tw-w-full
75
+ tw-bg-white tw-rounded tw-shadow hover:tw-shadow-lg
76
+ tw-transition-shadow tw-duration-200"
77
77
>
78
78
<img
79
79
:src =" `/src/assets/images/my-kiva/${region?.name}.png`"
You can’t perform that action at this time.
0 commit comments