Skip to content

Commit

Permalink
fix: updated layout to be in par with vuetify 2.x (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-eah committed Sep 8, 2020
1 parent f77d6bd commit 4d404ff
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions packages/cna-template/template/frameworks/vuetify/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
<template>
<v-layout
column
justify-center
align-center
>
<v-flex
xs12
sm8
md6
>
<v-row justify="center" align="center">
<v-col cols="12" sm="8" md="6">
<div class="text-center">
<logo />
<vuetify-logo />
Expand Down Expand Up @@ -80,8 +72,8 @@
</v-btn>
</v-card-actions>
</v-card>
</v-flex>
</v-layout>
</v-col>
</v-row>
</template>

<script>
Expand Down

0 comments on commit 4d404ff

Please sign in to comment.