Skip to content

Commit 683e7a7

Browse files
committed
Update description and adjust logo width
1 parent cb7d6de commit 683e7a7

File tree

14 files changed

+7
-5
lines changed

14 files changed

+7
-5
lines changed

.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
cleanUrls: true,
1313
lastUpdated: true,
1414
title: 'HESPERI',
15-
description: 'Modern, lightweight, robust and extensible user interaction resolver.',
15+
description: "Hēsperus' (hesprs) portfolio, including information about Hēsperus' personalities, hobbies, and project introductions and demos.",
1616
rewrites: { 'en/:rest*': ':rest*' },
1717
locales: {
1818
root: { label: 'English', lang: 'en' },
@@ -48,7 +48,7 @@ export default defineConfig({
4848
image: { lazyLoading: true },
4949
},
5050
vite: {
51-
publicDir: resolve(__dirname, '../pages/public'),
51+
publicDir: resolve(__dirname, '../public'),
5252
plugins: [jsonCanvasVitePlugin(md.render)],
5353
resolve: {
5454
alias: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "trito",
2+
"name": "hesperi",
33
"private": true,
44
"description": "",
55
"main": "index.js",

pages/components/projectCard.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@ const props = defineProps<{
5959
margin: auto 0;
6060
padding: 0 0 0 20px;
6161
@media (max-width: 767px) {
62+
width: 80%;
63+
max-width: 400px;
6264
padding: 0;
6365
order: 1;
64-
margin-bottom: 20px;
66+
margin: 0 auto 20px auto;
6567
}
6668
}
6769
.card-body {

0 commit comments

Comments
 (0)