Skip to content

Commit

Permalink
Updated list item crop setting #40
Browse files Browse the repository at this point in the history
  • Loading branch information
loof2736 committed Nov 30, 2024
1 parent 1f055e9 commit f09b199
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CSS/scyfin-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,11 @@ html,
-webkit-flex-direction: row !important;
flex-direction: row !important;
}
/* Change crop for list item images */
.listItemImage {
background-size: contain !important;
border-radius: var(--rounded-cards);
}



Expand Down

0 comments on commit f09b199

Please sign in to comment.