diff --git a/elections2021/templates/elections2021/_candidate_list_item.html b/elections2021/templates/elections2021/_candidate_list_item.html index 5a5d7c4b4803c2feff2a128a6f5ddcddd6bfb763..f024406979bef516858741b48d715c001ff93617 100644 --- a/elections2021/templates/elections2021/_candidate_list_item.html +++ b/elections2021/templates/elections2021/_candidate_list_item.html @@ -2,7 +2,7 @@ <a href="{% pageurl candidate %}" data-href="{% pageurl candidate %}" class="candidate-table-row"> <div class="candidate-table-row__position head-allcaps-heavy-2xs text-right">{{ candidate.number }}</div> <div class="avatar candidate-table-row__avatar"> - {% image candidate.photo fill-40x40 %} + {% image candidate.photo fill-100x100 %} </div> <div class="candidate-table-row__name head-heavy-2xs font-bold">{{ candidate.title }}</div> <div class="candidate-table-row__bio font-condensed">{{ candidate.age }} let, {{ candidate.occupation }}, {{ candidate.city }}</div>