Set max-width of <object> to 100%
This commit is contained in:
parent
92f6ee3f42
commit
fc2d5b7b28
|
@ -171,7 +171,7 @@ code, pre {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
img, figure, video, div {
|
||||
img, figure, video, div, object {
|
||||
max-width: 100%;
|
||||
height: auto !important;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Reference in New Issue