Add white background-color to card images
This commit is contained in:
parent
42bf8c11b4
commit
fb99f6fde1
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
|||
.card__images > img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: var(--color-white);
|
||||
}
|
||||
.card__images > img[src$='.svg'],
|
||||
.card__images > img[src$='.png'] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue