This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container fluid>
|
<v-container fluid>
|
||||||
<v-row>
|
<v-row class="mt-sm-12">
|
||||||
<v-col cols="12" offset="1" align-self="center" class="d-none d-md-flex">
|
<v-col cols="12" offset="1" class="d-none d-md-flex">
|
||||||
<v-img
|
<v-img
|
||||||
:src="require('../assets/logo.svg')"
|
:src="require('../assets/logo.svg')"
|
||||||
contain
|
contain
|
||||||
height="200"
|
height="300"
|
||||||
position="center top"
|
|
||||||
></v-img>
|
></v-img>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" class="d-flex d-md-none">
|
<v-col cols="12" class="d-flex d-md-none">
|
||||||
|
|||||||
Reference in New Issue
Block a user