Merge pull request #2271 from Wevah/master

Set max-width of <object> to 100%
This commit is contained in:
Maurice Parker 2020-07-16 09:58:08 -05:00 committed by GitHub
commit a2954d5c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;