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

[frio] Add max-width: 100% for video tags
pull/4289/head
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
1 changed files with 8 additions and 8 deletions

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 {