Fix css to handle super wide divs.

This commit is contained in:
Maurice Parker 2019-09-16 18:19:28 -05:00
parent 444771dfae
commit 3c1b0cf961
1 changed files with 1 additions and 1 deletions

View File

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