Try this 50% width for card image

It's tough trying to balance the space required by the image vs the card title/desc/etc
This commit is contained in:
Lim Chee Aun 2022-12-16 13:26:38 +08:00
parent 3ae82d6898
commit c026635221

View file

@ -312,7 +312,8 @@
background: var(--bg-color);
}
.card .image {
min-width: 120px;
/* min-width: 120px; */
width: 50%;
max-width: 160px;
height: auto;
min-height: 120px;