This commit is contained in:
Владимир Федоров
2025-08-10 20:19:57 +07:00
parent 1026223957
commit aa7a9bf0cc
10 changed files with 0 additions and 295 deletions
-15
View File
@@ -1,15 +0,0 @@
<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>