This commit is contained in:
Andy Bunce 2022-01-07 23:20:20 +00:00
parent 3786bc8c3a
commit 366bdef7b8

View file

@ -22,7 +22,7 @@
<v-container> <v-container>
<v-row> <v-row>
<v-col v-for="item in links"> <v-col v-for="item in links">
<v-card width="24em"> <v-card width="10em">
<v-card-title class="text-caption"> <v-card-title class="text-caption">
<a :href="item.href">{{ item.text }}</a> <a :href="item.href">{{ item.text }}</a>
</v-card-title> </v-card-title>