diff --git a/src/reset.css b/src/reset.css index bf2e101..4f72824 100644 --- a/src/reset.css +++ b/src/reset.css @@ -51,7 +51,8 @@ a:not([class]) { } /* Make images easier to work with */ -img { +img, +picture { max-width: 100%; display: block; }