Patch Card component
This commit is contained in:
parent
c74c669879
commit
6aefe8f53c
2 changed files with 3 additions and 1 deletions
|
@ -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.",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue