Home › Forums › Iconic One Pro Support › Feature Image – Desktop versus Mobile › Reply To: Feature Image – Desktop versus Mobile
November 24, 2020 at 3:40 pm #6396
craigkeefner
Participant
The additional CSS fixed the “problem”. Thanks for looking at it!
picture img {
max-width: 100%;
height: auto;
}
@media screen and (min-width: 767px) {
picture img {
margin-right: 20px;
}
}
@media screen and (max-width: 620px) {
.search .site {
padding: 24px;
}
}