Set max-width of <object> to 100%

This commit is contained in:
Nate Weaver 2020-07-16 09:21:42 -05:00
parent 92f6ee3f42
commit fc2d5b7b28
1 changed files with 1 additions and 1 deletions

View File

@ -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;