Hi,
Sorry about that, the correct code is.
/* Reduce Payment Logo*/
@media (min-width: 979px) {
.wc_payment_method.payment_method_senangPay img {
width:100px;
}
.wc_payment_method.payment_method_paypal img {
width:100px;
}
}
I went ahead and fix it for you.