changed all v-layout and v-flex to v-row and v-col respectively, lot's of messed up grids now :(
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-flex xs12 md4>
|
||||
<v-col xs12 md4>
|
||||
<v-card class="elevation-5 transparent">
|
||||
<v-card-text class="text-center">
|
||||
<v-icon x-large color="secondary">fa-heart</v-icon>
|
||||
@@ -14,7 +14,7 @@
|
||||
est vitae tellus bibendum tincidunt. Suspendisse potenti.
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</v-flex>
|
||||
</v-col>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user