preparing template

This commit is contained in:
2025-11-28 00:49:00 +00:00
parent 891b6242a9
commit 9f5fd7f240
4 changed files with 51 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
<template>
<nav class="no-print">
<nav class="no-print flex-row">
<RouterLink to="/">Home</RouterLink>
<RouterLink to="/cv">CV</RouterLink>
</nav>
@@ -7,10 +7,6 @@
<style>
nav {
position: fixed;
width: 100%;
left: 0;
top: 0;
background: var(--background);
height: 10vh;
}
</style>