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

kez at torproject.org kez at torproject.org
Mon Oct 25 01:19:33 UTC 2021


commit 5bed02039091212797c6624a21fd140861d2e7cb
Author: kez <kez at torproject.org>
Date:   Sun Oct 24 18:19:12 2021 -0700

    Make the image banner have a 100% width
---
 templates/banner.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/banner.html b/templates/banner.html
index 6b0b447..841dc59 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" src="{{ '/static/css/images/home/png/yec-activist-en at 3x.png'|asseturl }}">
+	  <img class="banner-img-style" style="width: 100%;" 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