Merge pull request #6 from pennyteenycat/AW-492-edit

AW-492-edit
This commit is contained in:
pennyteenycat 2025-07-04 20:30:26 +02:00 committed by GitHub
commit 8751946358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
.card.card {
padding: 0;
min-width: 200px;
height: 227px;
height: 100%;
overflow: hidden;
box-shadow: none;
display: flex;
@ -22,11 +22,14 @@
.content {
padding: 14px 12px 12px;
height: 100%;
& > .info {
display: flex;
flex-direction: column;
align-items: flex-start;
height: 100%;
justify-content: space-between;
gap: 15px;
}
}