Make vocation a bit smaller

To fit into the theme
This commit is contained in:
slawkens
2026-01-04 13:18:09 +01:00
parent 3ea2b68561
commit 9bfd0242af

View File

@@ -26,7 +26,7 @@
<tr>
{% for vocationId in baseVocations %}
<td><img src="images/{{ config('vocations')[vocationId]|lower }}.png" width="150" height="200"/></td>
<td><img src="images/{{ config('vocations')[vocationId]|lower }}.png" width="130" height="170"/></td>
{% endfor %}
</tr>