diff --git a/src/components/Card.astro b/src/components/Card.astro index dab4fa1..521293a 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -29,7 +29,7 @@ const { href, title, body, tag } = Astro.props; background-color: var(--background-secondary); background-position: 100%; border: 1px solid transparent; - border-radius: var(--spacing-01); + border-radius: var(--spacing-03); height: 136px; position: relative; }