Merge pull request #4282 from MrPetovan/bug/3337-video-max-width
[frio] Add max-width: 100% for video tags
This commit is contained in:
commit
5d20bbaace
|
@ -73,7 +73,7 @@ aside hr,
|
||||||
section hr {
|
section hr {
|
||||||
border-color: rgba(238, 238, 238, $contentbg_transp);
|
border-color: rgba(238, 238, 238, $contentbg_transp);
|
||||||
}
|
}
|
||||||
iframe, img {
|
iframe, img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in a new issue