[tor-commits] [lego/master] Revert "Make the image banner have a 100% width"

kez at torproject.org kez at torproject.org
Mon Oct 25 01:28:49 UTC 2021


commit c58ec84de73d47b83723e9dea1c3a839b503a77f
Author: kez <kez at torproject.org>
Date:   Sun Oct 24 18:27:36 2021 -0700

    Revert "Make the image banner have a 100% width"
    
    This reverts commit 5bed02039091212797c6624a21fd140861d2e7cb.
---
 templates/banner.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/banner.html b/templates/banner.html
index 841dc59..6b0b447 100644
--- a/templates/banner.html
+++ b/templates/banner.html
@@ -40,7 +40,7 @@
         <picture>
           {% set image = '/static/css/images/home/png/yec-activist-' + this.alt + '@3x.png' %}
           <source srcset="{{ image|asseturl }}">
-	  <img class="banner-img-style" style="width: 100%;" src="{{ '/static/css/images/home/png/yec-activist-en at 3x.png'|asseturl }}">
+	  <img class="banner-img-style" src="{{ '/static/css/images/home/png/yec-activist-en at 3x.png'|asseturl }}">
 	</picture>
       </div>
       <div class="col-1 px-0"></div>





More information about the tor-commits mailing list