From e87da9be8e3abf3af2c9c15f4c5ba81de5492273 Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Sun, 25 Sep 2022 23:01:05 -0400 Subject: [PATCH] fixing css bug in hcard --- src/components/HorizontalCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HorizontalCard.astro b/src/components/HorizontalCard.astro index e41fb3a..cae97d9 100644 --- a/src/components/HorizontalCard.astro +++ b/src/components/HorizontalCard.astro @@ -8,7 +8,7 @@ let cardTarget = target ? target : "_blank";
-
+

{title} {badge &&
{badge}
}