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

View File

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