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,7 +1,5 @@
<template>
<main>
<RouterLink class="no-print" to="/">Home</RouterLink>
<div
class="no-print"
style="width: 100%; text-align: center; margin: 20px 0"
@@ -350,4 +348,8 @@
<style scoped>
@import url("/css/cv_styles.css");
main {
overflow-y: scroll;
}
</style>