mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
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:
parent
3ae82d6898
commit
c026635221
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue