style: apply media defaults to iframe
This commit is contained in:
parent
aa4da0ec1e
commit
77c7fb2be0
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ img,
|
|||
picture,
|
||||
video,
|
||||
canvas,
|
||||
svg {
|
||||
svg,
|
||||
iframe {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue