Merge pull request #27 from janKollars/image-consistency

set img styles also for picture tag
This commit is contained in:
Andy Bell 2020-07-21 15:53:37 +01:00 committed by GitHub
commit af3e7ab84c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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