Only make min-width = 100% for certain images

This commit is contained in:
Jeremy Dormitzer 2018-04-08 10:21:47 -04:00
parent 5ad6a76e2b
commit f021f2fb6f
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -241,7 +241,7 @@ input[type="date"], input[type="time"], input[type="datetime-local"], input[type
}
@media screen and (max-width: 600px) {
img {
img.wp-image-52 {
min-width: 100%;
}
}