Skip to content

Commit b2650fd

Browse files
committed
content: update
1 parent 95c9779 commit b2650fd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Place any global data in this file.
22
// You can import this data from anywhere in your site by using the `import` keyword.
33

4-
export const SITE_TITLE = "陆仕桑的个人站点";
4+
export const SITE_TITLE = "陆仕桑";
55
export const SITE_DESCRIPTION = "👏欢迎来到我的个人站点!";

src/pages/xyy/index.astro

+1-3
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@ const posts = (await getCollection("xyy")).sort(
6363
box-shadow: var(--box-shadow);
6464
}
6565
@media (max-width: 720px) {
66-
ul {
67-
gap: 0.5em;
68-
}
6966
ul li {
7067
width: 100%;
68+
height: auto;
7169
text-align: center;
7270
}
7371
}

0 commit comments

Comments
 (0)