This commit is contained in:
Andy Bunce 2022-01-07 23:19:23 +00:00
parent c2c2780bdd
commit 3786bc8c3a

View file

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