diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 650d1b8..c980224 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -44,4 +44,4 @@ const { title, description, image = '/logo.png' } = Astro.props; - \ No newline at end of file + diff --git a/src/components/Showcase.astro b/src/components/Showcase.astro index 047df3b..5d5d375 100644 --- a/src/components/Showcase.astro +++ b/src/components/Showcase.astro @@ -78,6 +78,7 @@ const color = Astro.props.color || 'var(--text)'; margin: 0; color: var(--color); line-height: 1; + font-size: 1em; font-variant-caps: small-caps; } .date { @@ -102,8 +103,8 @@ const color = Astro.props.color || 'var(--text)'; ul li:first-child { margin-bottom: 0; } - ul li:first-child .title { - font-size: 1.563em; + ul li:first-child .title, ul li .title { + font-size: 1.2em; } } diff --git a/src/pages/index.astro b/src/pages/index.astro index 56e1155..acb04ec 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -27,11 +27,11 @@ const posts: Post[] = (await getCollection("projects")) Welcome to my realm! -

+

Blog Projects About -

+