can someone help to fix when i do responsive page the padding on image change from this
before
to this
responsive
.service-item img {
max-width: 100%;
margin-bottom: 20px;
border-radius: 10px;
border-bottom-left-radius: 0%;
border-bottom-right-radius: 0%;
}
how to fix that so there is no padding between those images in card
2
Answers
From the images you’ve shown, either the container of the image and text has padding else the image has a border. Try to look at your developer tools.
It sounds like this: