From 4e2e8a6ac9707dfe71bbbc0bb7b10f5007b22210 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 26 Mar 2025 09:34:37 +0100 Subject: [PATCH 1/3] Update card look. --- src/components/card/card-container.tsx | 2 +- src/components/card/card.astro | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/card/card-container.tsx b/src/components/card/card-container.tsx index 8fc15b663..7ee4f841e 100644 --- a/src/components/card/card-container.tsx +++ b/src/components/card/card-container.tsx @@ -1,5 +1,5 @@ export const CardContainer = ({ children }: { children: React.ReactNode }) => ( -
+
{children}
); diff --git a/src/components/card/card.astro b/src/components/card/card.astro index 154ca1007..1cc1b26a9 100644 --- a/src/components/card/card.astro +++ b/src/components/card/card.astro @@ -13,7 +13,7 @@ export interface Props { const { title, subtitle, url, image } = Astro.props; --- -
+ From 16d7600423fd4b5b8c463ba2d050e9d4c9fe1855 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 26 Mar 2025 18:11:27 +0100 Subject: [PATCH 2/3] Update card component style. --- src/components/card/card.astro | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/card/card.astro b/src/components/card/card.astro index 1cc1b26a9..8138a454f 100644 --- a/src/components/card/card.astro +++ b/src/components/card/card.astro @@ -13,7 +13,7 @@ export interface Props { const { title, subtitle, url, image } = Astro.props; --- -
+
- From dc20aaa15ee1171ef24784918432328f63d15e78 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 26 Mar 2025 19:26:00 +0100 Subject: [PATCH 3/3] Fix md size card height. --- src/components/card/card.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/card/card.astro b/src/components/card/card.astro index 8138a454f..8c0d598b9 100644 --- a/src/components/card/card.astro +++ b/src/components/card/card.astro @@ -13,7 +13,7 @@ export interface Props { const { title, subtitle, url, image } = Astro.props; --- -