set img styles also for picture tag

This commit is contained in:
Jan Kollars 2020-07-21 16:17:44 +02:00
parent 7be24c24e3
commit 10444a8130

View file

@ -51,7 +51,8 @@ a:not([class]) {
} }
/* Make images easier to work with */ /* Make images easier to work with */
img { img,
picture {
max-width: 100%; max-width: 100%;
display: block; display: block;
} }