Big commit
Some checks failed
Build and Deploy Nuxt / build (push) Has been cancelled

This commit is contained in:
2026-04-13 01:27:19 +02:00
parent 9748de4286
commit a6197137c0
35 changed files with 486 additions and 40 deletions

View File

@@ -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;
}