hi,
I want to make the Services images with size 200×200, 100×100 since, though the images I’ve ever done are in 200×200, however, they are not that big and lose quality as they are with 100×100 when displaying the home. I wonder why? I made some changes, but even so, they continue 100x100px.
I changed the following clause in style.css, but the images did not increase in size.
See the style.css code:
.service-item .service-icon,
.service-item .service-icon img {
width: 200px;
height: 200px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
Thank you, anyone who can help.