This commit is contained in:
2022-10-26 05:58:44 +02:00
parent 566b555506
commit 2d3e472b9c
14 changed files with 2 additions and 455 deletions

View File

@@ -4,12 +4,5 @@
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
<style scoped>
</style>

View File

@@ -1,9 +1,8 @@
<script setup>
import TheWelcome from '../components/TheWelcome.vue'
</script>
<template>
<main>
<TheWelcome />
Hello World!
</main>
</template>