Merge pull request #4282 from MrPetovan/bug/3337-video-max-width

[frio] Add max-width: 100% for video tags
This commit is contained in:
Michael Vogel 2018-01-20 09:25:17 +01:00 committed by GitHub
commit 5d20bbaace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ aside hr,
section hr {
border-color: rgba(238, 238, 238, $contentbg_transp);
}
iframe, img {
iframe, img, video {
max-width: 100%;
}
blockquote {