set img styles also for picture tag
This commit is contained in:
parent
7be24c24e3
commit
10444a8130
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue