This commit is contained in:
Andy Bunce 2022-01-07 23:00:15 +00:00
parent 9eb87a4aeb
commit ed2944c93d

View File

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