Skip to content

Commit 782666b

Browse files
committed
Fix text size
1 parent 732db13 commit 782666b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
@mouseleave="step1Hover = false"
192192
>
193193
<v-card-title class="text-h5"> Step 1 </v-card-title>
194-
<v-card-text>
194+
<v-card-text class="subtitle-1">
195195
<router-link
196196
class="font-weight-bold text-decoration-none"
197197
:to="{ name: 'login' }"
@@ -210,7 +210,7 @@
210210
@mouseleave="step2Hover = false"
211211
>
212212
<v-card-title class="text-h5"> Step 2 </v-card-title>
213-
<v-card-text>
213+
<v-card-text class="subtitle-1">
214214
<a
215215
download
216216
class="font-weight-bold text-decoration-none"
@@ -225,7 +225,7 @@
225225
<v-timeline-item color="primary" :icon="mdiTallyMark3">
226226
<v-card class="elevation-2">
227227
<v-card-title class="text-h5"> Step 3 </v-card-title>
228-
<v-card-text>
228+
<v-card-text class="subtitle-1">
229229
Start sending and receiving SMS messages using our rich
230230
HTTP API. You can find the documentation on
231231
<a :href="$store.getters.getAppData.documentationUrl">

0 commit comments

Comments
 (0)