diff --git a/src/components/Card.astro b/src/components/Card.astro index 92ebdc3..30ec692 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -54,6 +54,7 @@ const { href, title, rel, body, newTab = false } = Astro.props h2 { margin: 0; + font-size: var(--font-size-base); transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1); } diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 58267eb..5b74298 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -18,17 +18,11 @@ const year = new Date().getFullYear()