[tor-commits] [lego/master] Use mobile image class fluid

hiro at torproject.org hiro at torproject.org
Wed Oct 21 19:59:44 UTC 2020


commit 501d0d78e5d18f708d09aecdafabfd61bc218c8c
Author: hiro <hiro at torproject.org>
Date:   Wed Oct 21 21:59:40 2020 +0200

    Use mobile image class fluid
---
 templates/header.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/header.html b/templates/header.html
index b60cbec..0eb8e96 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -14,10 +14,10 @@
         <div class="col-12 content-center pt-5 donate-has-image">
           <div class="row pb-5">
             <h2 class="mx-auto display-3 text-white text-capitalize donate-title">{{ this.title }}</h2>
-            <img src="{{ this.header_image | asseturl }}" class="donate-header-image" />
+            <img src="{{ this.header_image | asseturl }}" class="donate-header-image img-fluid" />
             {% set idx = this.header_image.index(".png") %}
             {% set header_mobile = this.header_image[:idx] + "-mobile" + this.header_image[idx:] %}
-            <img src="{{ header_mobile | asseturl }}" class="donate-header-image-mobile" />
+            <img src="{{ header_mobile | asseturl }}" class="donate-header-image-mobile img-fluid" />
           </div>
         </div>
         {% else %}



More information about the tor-commits mailing list