diff --git a/src/components/Card.astro b/src/components/Card.astro index 30ec692..c8d5c64 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -46,7 +46,7 @@ const { href, title, rel, body, newTab = false } = Astro.props .link-card > a { width: 100%; text-decoration: none; - padding: 1em 1.3em; + padding: 1em; border-radius: 0.35rem; background-color: white; color: var(--text-color-dark); diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 730108c..198378b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -38,7 +38,6 @@ const year = new Date().getFullYear()