mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-10 08:31:30 +01:00
Make vocation a bit smaller
To fit into the theme
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
{% for vocationId in baseVocations %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user