From 1731769c980c1e65551790ecb2ba73eb91ebc661 Mon Sep 17 00:00:00 2001 From: Abhimanyu Rana Date: Thu, 11 May 2023 04:15:57 +0530 Subject: [PATCH] styling updates --- src/components/Card.astro | 7 +++---- src/layouts/Layout.astro | 6 ++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 8634a71..590b89a 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -10,10 +10,10 @@ const { href, title, body } = Astro.props;