Fix super wide div's. Issue #1010

This commit is contained in:
Maurice Parker 2019-09-16 18:12:56 -05:00
parent 0458fd3838
commit 1d7cbe5596
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ code, pre {
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }
img, figure, video, iframe { img, figure, video, iframe, div {
max-width: 100%; max-width: 100%;
height: auto !important; height: auto !important;
margin: 0 auto; margin: 0 auto;