Removed extraneous container element
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user