This commit is contained in:
Andy Bunce 2022-01-07 23:09:57 +00:00
parent ed2944c93d
commit 64b54aadd5
1 changed files with 2 additions and 1 deletions

View File

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