Fixed charter member image max size

This commit is contained in:
Zak Timson 2017-08-17 14:32:40 -04:00
parent 9b27addae5
commit be9cae125e

View File

@ -82,7 +82,7 @@
{% for attorney in attorneys %}
<a class="col-4 text-center pt-5" href="/members/{{ attorney.id }}">
<div>
<img class="pb-3" src="/media/{{ attorney.image }}" height="200px"/>
<img class="pb-3" src="/media/{{ attorney.image }}" style="max-width: 100%; max-height: 200px"/>
<h5 class="text-dark-primary">{{ attorney.name }}</h5>
<span class="text-light-primary">{{ attorney.position }}</span>
<hr>