From 10d994f21964be5d36283ca812d9d74cd28a8f4b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 13 Apr 2025 02:18:21 +0200 Subject: [PATCH] style: more compact spacing --- src/components/Card.astro | 2 +- src/components/Footer.astro | 3 +-- src/pages/index.astro | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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()