Add Image Dimensions (#804)

* Fix mobile wrapping

* Add image dimensions

#802

* Add missing space
This commit is contained in:
2019-03-31 18:44:45 -05:00
committed by Burung Hantu
parent 16b3bb7598
commit 576ed4b510
11 changed files with 32 additions and 32 deletions

View File

@ -26,7 +26,7 @@
{% endfor %}
</div>
{% endif %}
<p><img src="{{include.image}}" alt="{{include.title}}" class="panel-item">{{include.description}}</p>
<p><img src="{{include.image}}" width="120" height="120" alt="{{include.title}}" class="panel-item">{{include.description}}</p>
<div>
<p>
<a class="btn btn-{{include.color}} mb-1" href="{{include.url}}">Website:
@ -37,7 +37,7 @@
{% endif %}
</a>
{% if include.tor %}
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}} Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="assets/img/layout/tor.png" width="35"></a>
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}} Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="assets/img/layout/tor.png" width="35" height="35"></a>
{% endif %}
{% if include.extra_button %}