[frio] Add max-width: 100% for video tags

This commit is contained in:
Hypolite Petovan 2018-01-19 20:14:26 -05:00
parent ce411da958
commit 4ed86adfab
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 {