Changeset - 3e998fa06f69
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 4 years ago 2020-01-06 18:26:52
bkuhn@ebb.org
Sponsors: Correct ratio for maximum 250x250 as required.

The image wasn't square like the old one was, so it was stretched with the
previous formulation.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/sponsors.html
Show inline comments
...
 
@@ -27,3 +27,3 @@ any of its sponsors.</p>
 
<li><a rel="nofollow" href="https://google.com"><img src="/img/sponsors/google.png" height="76" width="238" alt="Google" /></a></li>
 
<li><a rel="nofollow" href="https://joshtriplett.org"><img src="/img/sponsors/2020_Josh-Triplett.jpg" height="250" width="250" alt="Josh Triplett" /></a></li>
 
<li><a rel="nofollow" href="https://joshtriplett.org"><img src="/img/sponsors/2020_Josh-Triplett.jpg" height="167" width="250" alt="Josh Triplett" /></a></li>
 
<li><a rel="nofollow" href="https://www.linux.org.au/"><img src="/img/sponsors/linux-australia.png" alt="Linux Australia"></a></li>
0 comments (0 inline, 0 general)