This commit is contained in:
2025-11-07 19:40:04 +08:00
parent ce1578853f
commit 783aa03f67
25 changed files with 3855 additions and 0 deletions
@@ -0,0 +1,15 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>
<style>
@media (min-width: 1024px) {
.about {
min-height: 100vh;
display: flex;
align-items: center;
}
}
</style>