vuetify flex code example
Example 1: vuetify v-spacer
<v-container grid-list-xl>
<v-layout row justify-space-between>
<v-flex md3>
...
</v-flex>
<v-flex md3>
...
</v-flex>
</v-layout>
<v-layout row justify-space-around>
<v-flex md3>
...
</v-flex>
<v-flex md3>
...
</v-flex>
</v-layout>
</v-container>
Example 2: inline vuetify
class="d-inline-flex"