update site title for rss
This commit is contained in:
parent
673d86215b
commit
d68bbbaae6
2 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue