diff --git a/src/pages/404.astro b/src/pages/404.astro index f94a2f7..97f1298 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -3,5 +3,16 @@ import Layout from "@/layouts/Layout.astro"; --- - +
+

404 NOT FOUND

+
+ + diff --git a/src/pages/archive.astro b/src/pages/archive.astro index 33fc97e..70758c3 100644 --- a/src/pages/archive.astro +++ b/src/pages/archive.astro @@ -123,5 +123,10 @@ const {data} = await http.get>("posts/archives"); .year-title{ font-size: 24px; } + + .post-title{ + font-size: 15px; + } } + diff --git a/src/pages/post/[...slug].astro b/src/pages/post/[...slug].astro index e151646..72d0046 100644 --- a/src/pages/post/[...slug].astro +++ b/src/pages/post/[...slug].astro @@ -102,6 +102,7 @@ const published_at = formatDatetime(data.published_at, "YYYY.MM.DD"); font-size: 14px; margin-bottom: 20px; color: var(--text-meta); + line-height: 1.4; } .divider {