Enforcing automatic height for images in the template

This commit is contained in:
Brian Warren 2019-09-05 10:59:16 -07:00
parent f0d080b0be
commit ce3ec10c95
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ pre {
}
img, figure, video, iframe {
max-width: 100%;
height: auto;
height: auto !important;
margin: 0 auto;
}