From d68bbbaae6947e2cb8a8b0666146b4db1434a1b1 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Tue, 22 Oct 2024 21:38:57 -0500 Subject: [PATCH] update site title for rss --- src/consts.ts | 4 ++-- src/styles/global.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index a9da0d8..55cf02d 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +1,5 @@ // Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. -export const SITE_TITLE = "Astro Blog"; -export const SITE_DESCRIPTION = "Welcome to my website!"; +export const SITE_TITLE = "Michael's Blog"; +export const SITE_DESCRIPTION = "Michael's Blog"; diff --git a/src/styles/global.scss b/src/styles/global.scss index af87e87..914d99f 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -89,13 +89,13 @@ ul li { // Letter spacing body { - letter-spacing: -0.025rem; + letter-spacing: -0.015rem; } code, pre>code { font-size: 0.95rem; - letter-spacing: -0.035rem; + letter-spacing: -0.025rem; } // Layout