added background-color #fff to figures in cards (fix png alpha images)
This commit is contained in:
parent
feb11b3971
commit
6264a2f604
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -1779,6 +1779,7 @@ article.card{
|
||||||
margin:0;
|
margin:0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:0; left:0;
|
top:0; left:0;
|
||||||
|
background-color: #fff;
|
||||||
// width: 100%; height:100%;
|
// width: 100%; height:100%;
|
||||||
&:first-of-type{
|
&:first-of-type{
|
||||||
z-index:5
|
z-index:5
|
||||||
|
|
Loading…
Reference in New Issue