Fix img displayed out of proportions when using responsive images

This commit is contained in:
Dawid Wróbel 2024-05-27 18:59:31 +02:00
parent 248629e1d4
commit 516bd88ca6

View File

@ -116,4 +116,5 @@ textarea:-webkit-autofill {
img {
display: block;
max-width: 100%;
height: auto;
}