Skip to content

Commit 49f5b9e

Browse files
committed
fix: preliminary tailwindcss fix
1 parent 3e4cb72 commit 49f5b9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/MyKiva/LendingStats.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@
6262
>
6363
<div>
6464
<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">
6666
<a
6767
v-for="(region, idx) in pendingRegions"
6868
: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"
7070
@click="handleRecommendRegionClick(region)"
7171
>
7272
<div
7373
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"
7777
>
7878
<img
7979
:src="`/src/assets/images/my-kiva/${region?.name}.png`"

0 commit comments

Comments
 (0)