From 57cdee1b3dfec58c5f711063620e56f3fe215bee Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 11 Sep 2022 11:44:14 +0630 Subject: [PATCH] Update vertical margin of card from 4 to 6 --- src/components/Card.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 36d5f51..ddd9252 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -23,7 +23,7 @@ const { href, post, secHeading = true } = Astro.props;