We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c9779 commit b2650fdCopy full SHA for b2650fd
src/consts.ts
@@ -1,5 +1,5 @@
1
// Place any global data in this file.
2
// You can import this data from anywhere in your site by using the `import` keyword.
3
4
-export const SITE_TITLE = "陆仕桑的个人站点";
+export const SITE_TITLE = "陆仕桑";
5
export const SITE_DESCRIPTION = "👏欢迎来到我的个人站点!";
src/pages/xyy/index.astro
@@ -63,11 +63,9 @@ const posts = (await getCollection("xyy")).sort(
63
box-shadow: var(--box-shadow);
64
}
65
@media (max-width: 720px) {
66
- ul {
67
- gap: 0.5em;
68
- }
69
ul li {
70
width: 100%;
+ height: auto;
71
text-align: center;
72
73
0 commit comments