Merge pull request #2271 from Wevah/master
Set max-width of <object> to 100%
This commit is contained in:
commit
a2954d5c29
|
@ -171,7 +171,7 @@ code, pre {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
img, figure, video, div {
|
img, figure, video, div, object {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
Loading…
Reference in New Issue