[frio] Add max-width: 100% for video tags
This commit is contained in:
parent
ce411da958
commit
4ed86adfab
1 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue