fixing styles

This commit is contained in:
2025-11-29 01:31:19 +00:00
parent bcb24bd6e6
commit 66ab270bcd
5 changed files with 30 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
<template>
<nav class="no-print flex-row">
<RouterLink to="/"><h1>HOME</h1></RouterLink>
<RouterLink to="/cv"><h1>CV</h1></RouterLink>
<!-- <RouterLink to="/cv"><h1>CV</h1></RouterLink> -->
</nav>
</template>
@@ -9,11 +9,4 @@
nav {
height: 10vh;
}
a {
rotate: -50deg;
height: 100%;
background: white;
padding: 4px;
border: 2px solid black;
}
</style>