Skip to content
Snippets Groups Projects
Commit 351492e5 authored by jan.bednarik's avatar jan.bednarik
Browse files

elections2021: Fix candidate list photo size

parent c4fbd911
No related branches found
No related tags found
2 merge requests!275elections2021: Fix candidate list photo size,!274elections2021: Fix candidate list photo size
Pipeline #3764 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment