Fixed charter member portrait size to align
This commit is contained in:
parent
d0fcb55c3f
commit
dcd6b96c17
@ -135,7 +135,7 @@
|
||||
{% for attorney in attorneys %}
|
||||
<a class="col-4 text-center pt-5" href="{% url 'attorney' attorney.id %}">
|
||||
<div>
|
||||
<img class="pb-3" src="/media/{{ attorney.image }}" style="max-width: 100%; max-height: 200px"/>
|
||||
<img class="pb-3" src="/media/{{ attorney.image }}" style="width: auto; max-width: 100%; height: 200px"/>
|
||||
<h5 class="text-dark-primary">{{ attorney.name }}</h5>
|
||||
<span class="text-light-primary">{{ attorney.position }}</span>
|
||||
<hr>
|
||||
|
Loading…
Reference in New Issue
Block a user