v-card-actions align center code example
Example: vuetify card title text center
class="justify-center" //add this to the v-card-title component
// v-card-title are flex components to the class 'text-center' will NOT work
// text-center only works inside the card itself