feat: add footer and header

This commit is contained in:
Константин Уколов
2024-08-05 12:30:18 +03:00
parent d5ff3ee7c0
commit d9b694e76a
15 changed files with 142 additions and 23 deletions
+8
View File
@@ -4,3 +4,11 @@
<template>
<NuxtPage />
</template>
<style>
body, #__nuxt {
width: 100vw;
height: 100vh;
margin: 0;
}
</style>