mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 17:49:41 +00:00
Make the image banner have a 100% width
This commit is contained in:
parent
ae5372952c
commit
5bed020390
@ -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@3x.png'|asseturl }}">
|
||||
<img class="banner-img-style" style="width: 100%;" src="{{ '/static/css/images/home/png/yec-activist-en@3x.png'|asseturl }}">
|
||||
</picture>
|
||||
</div>
|
||||
<div class="col-1 px-0"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user