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