mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-25 20:11:37 +01:00
Fix img displayed out of proportions when using responsive images
This commit is contained in:
parent
248629e1d4
commit
516bd88ca6
@ -116,4 +116,5 @@ textarea:-webkit-autofill {
|
|||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user