From 6aefe8f53c914833c20bf7f7c4c257dccfd67498 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 25 Dec 2024 00:26:57 -0500 Subject: [PATCH] Patch Card component --- package.json | 2 +- src/Card.astro | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1aee565..36d4f76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sudovanilla/pandora", - "version": "1.7.6", + "version": "1.7.61", "author": "SudoVanilla", "displayName": "Pandora", "description": "Astro component library built for SudoVanilla related websites and projects.", diff --git a/src/Card.astro b/src/Card.astro index 5b5d110..ff5b682 100644 --- a/src/Card.astro +++ b/src/Card.astro @@ -34,6 +34,7 @@ const { padding: 24px; display: flex; flex-direction: column; + justify-content: space-between; gap: 12px; h2, p { margin: 0px; @@ -48,6 +49,7 @@ const { img { width: 32px; height: 32px; + object-fit: contain; } } .pd-card-content {