mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 18:05:45 +03:00
Fix aspect ratio of image
This commit is contained in:
parent
f4bbee20e8
commit
c11eff4522
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ article.type-5ftf_pledge {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue