Hi Team,
The image in mobile version is cut in half. Please help to fix this.
Website: https://utsahas.store/
Hi Team,
The image in mobile version is cut in half. Please help to fix this.
Website: https://utsahas.store/
@media screen and (max-width: 749px) {
.banner__media {
height: 17rem !important;
}
.banner__media img {
object-fit: contain !important;
}
}