Fix aspect ratio of image

This commit is contained in:
Kelly Dwan 2019-10-24 16:32:54 -04:00
parent f4bbee20e8
commit c11eff4522
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D

View file

@ -37,6 +37,8 @@ article.type-5ftf_pledge {
display: inline-block;
vertical-align: middle;
max-height: 100px;
width: auto;
height: auto;
}
}