[Git][reproducible-builds/reproducible-website][master] Set a maximum height for sponsor images; otherwise SVGs gain an unfair...

Chris Lamb gitlab at salsa.debian.org
Wed Jul 15 14:15:52 UTC 2020



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
e9be96d6 by Chris Lamb at 2020-07-15T15:15:34+01:00
Set a maximum height for sponsor images; otherwise SVGs gain an unfair 'advantage' on large viewports.

- - - - -


1 changed file:

- who.md


Changes:

=====================================
who.md
=====================================
@@ -58,7 +58,7 @@ The majority of sponsorship funds go directly towards supporting the Reproducibl
     <div class="col-xs-12 col-sm-6 mb-5">
         <div class="card text-center">
             <a href="{{ x.url }}" name="{{ x.name }}">
-                <img class="p-5" src="{{ x.logo | prepend: "/assets/images/who/" | relative_url }}" alt="{{ x.name }}">
+                <img class="p-5" style="max-height: 165px;" src="{{ x.logo | prepend: "/assets/images/who/" | relative_url }}" alt="{{ x.name }}">
             </a>
         </div>
     </div>



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/e9be96d6a247f2806eeed77f72fe376f8287430d

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/e9be96d6a247f2806eeed77f72fe376f8287430d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200715/880aee74/attachment.htm>


More information about the rb-commits mailing list