fixed patreon image having weird width and height
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2021-03-20 19:18:50 +01:00
parent bbd38df001
commit c12bfeb900
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
<div class="sellout">
<iframe src="https://github.com/sponsors/Ellpeck/button" title="Sponsor Ellpeck" height="32" width="116" style="border: 0;"></iframe>
<a href="https://www.patreon.com/bePatron?u=2494595" class="patreon-button" style="padding: 5px;">
<img src="../res/becomePatron.png" alt="Become a patron" style="width: auto; height: auto; max-height: 34px;">
<img src="../res/becomePatron.png" width="auto" height="34px" alt="Become a patron">
</a>
</div>
<hr>

View file

@ -101,7 +101,7 @@
<div class="sellout">
<iframe src="https://github.com/sponsors/Ellpeck/button" title="Sponsor Ellpeck" height="32" width="116" style="border: 0; margin-right: 10px;"></iframe>
<a href="https://www.patreon.com/bePatron?u=2494595" class="patreon-button" style="padding: 5px;">
<img src="../res/becomePatron.png" alt="Become a patron" style="width: auto; height: auto; max-height: 34px;">
<img src="../res/becomePatron.png" width="auto" height="34px" alt="Become a patron">
</a>
</div>
</div>