This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<div class="footer">
|
||||
<span>{{ $t('prefooter') }}</span>
|
||||
<br>
|
||||
<span>{{ $t('footer') }}</span>
|
||||
</div>
|
||||
</template>
|
||||
@@ -8,6 +10,7 @@
|
||||
.footer {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user