Enforcing automatic height for images in the template
This commit is contained in:
parent
f0d080b0be
commit
ce3ec10c95
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user