diff --git a/style.css b/style.css index fc2495b..23deea7 100644 --- a/style.css +++ b/style.css @@ -241,7 +241,11 @@ input[type="date"], input[type="time"], input[type="datetime-local"], input[type } @media screen and (max-width: 600px) { - img.wp-image-52 { + img[class*=" wp-image"], img[class^="wp-image"] { + min-width: 100%; + } + + figure[class*=" wp-caption"], figure[class^="wp-caption"] { min-width: 100%; } }