makin look nice

This commit is contained in:
2025-12-11 01:21:14 +00:00
parent 5e77b480f7
commit e301e0d7c1
11 changed files with 364 additions and 372 deletions

View File

@@ -1,15 +1,6 @@
<template>
<nav class="no-print flex-row">
<RouterLink to="/"><p>HOME</p></RouterLink>
<nav class="flex-row">
<RouterLink class="bdr-2" to="/"><h1>HOME</h1></RouterLink>
<!-- <RouterLink to="/cv"><h1>CV</h1></RouterLink> -->
</nav>
</template>
<style scoped>
nav {
height: 10vh;
}
h1 {
height: 100%;
}
</style>