Removed extraneous container element

This commit is contained in:
2020-04-13 23:03:12 +00:00
parent 8dfd5e213a
commit b25af47cdd
11 changed files with 879 additions and 1114 deletions

View File

@@ -1,16 +1,14 @@
<template>
<v-container fluid>
<v-row justify-center>
<v-col cols="12">
<div class="text-center">
<v-icon color="red" size="100">fa-dragon</v-icon>
<div class="headline mt-8">
{{ msg }}
</div>
<v-row justify-center>
<v-col cols="12">
<div class="text-center">
<v-icon color="red" size="100">fa-dragon</v-icon>
<div class="headline mt-8">
{{ msg }}
</div>
</v-col>
</v-row>
</v-container>
</div>
</v-col>
</v-row>
</template>
<script>