From 10444a81302f8c838392f377adea1d7eb1a58727 Mon Sep 17 00:00:00 2001 From: Jan Kollars Date: Tue, 21 Jul 2020 16:17:44 +0200 Subject: [PATCH] set img styles also for picture tag --- src/reset.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }