media query
-
Why is this media query not triggering for the specific page and a particular image?
@media screen and (min-width : 240px) and (max-width : 667px) {
.page-id-59, img {
width: 10%
height: 10%;
}
}
- The topic ‘media query’ is closed to new replies.