Skip to content

Commit

Permalink
fix: updated layout to be on par with vuetify 2.x nuxt#597
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzint committed Sep 17, 2020
1 parent c20aea1 commit d2b19af
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-layout>
<v-flex class="text-center">
<v-row>
<v-col class="text-center">
<img
src="/v.png"
alt="Vuetify.js"
Expand All @@ -14,6 +14,6 @@
</small>
</footer>
</blockquote>
</v-flex>
</v-layout>
</v-col>
</v-row>
</template>

0 comments on commit d2b19af

Please sign in to comment.