Patch Card component

This commit is contained in:
Korbs 2024-12-25 00:26:57 -05:00
parent c74c669879
commit 6aefe8f53c
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
2 changed files with 3 additions and 1 deletions

View file

@ -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.",

View file

@ -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 {