update site title for rss

This commit is contained in:
Michael Zhang 2024-10-22 21:38:57 -05:00
parent 673d86215b
commit d68bbbaae6
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
// Place any global data in this file. // Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword. // You can import this data from anywhere in your site by using the `import` keyword.
export const SITE_TITLE = "Astro Blog"; export const SITE_TITLE = "Michael's Blog";
export const SITE_DESCRIPTION = "Welcome to my website!"; export const SITE_DESCRIPTION = "Michael's Blog";

View file

@ -89,13 +89,13 @@ ul li {
// Letter spacing // Letter spacing
body { body {
letter-spacing: -0.025rem; letter-spacing: -0.015rem;
} }
code, code,
pre>code { pre>code {
font-size: 0.95rem; font-size: 0.95rem;
letter-spacing: -0.035rem; letter-spacing: -0.025rem;
} }
// Layout // Layout