diff --git a/src/components/cards/LargeBlogLeftCard.astro b/src/components/cards/LargeBlogLeftCard.astro index 831077f..b32800c 100644 --- a/src/components/cards/LargeBlogLeftCard.astro +++ b/src/components/cards/LargeBlogLeftCard.astro @@ -42,7 +42,7 @@ const { title, subTitle, url, pubDate, img, imgAlt } = Astro.props;

{subTitle}

-
+
diff --git a/src/components/cards/LargeBlogRightCard.astro b/src/components/cards/LargeBlogRightCard.astro index fd2d07a..d8ec78f 100644 --- a/src/components/cards/LargeBlogRightCard.astro +++ b/src/components/cards/LargeBlogRightCard.astro @@ -32,7 +32,7 @@ const { title, subTitle, url, pubDate, imgOne, imgOneAlt, imgTwo, imgTwoAlt } =

{subTitle}

-
+
diff --git a/src/components/cards/LargeLinkCard.astro b/src/components/cards/LargeLinkCard.astro index 692c913..3acb5ef 100644 --- a/src/components/cards/LargeLinkCard.astro +++ b/src/components/cards/LargeLinkCard.astro @@ -38,7 +38,7 @@ const { title, subTitle, url, logoLight, logoDark} = Astro.props;

-
+