Improve page layout on mobile

This commit is contained in:
2023-10-11 22:39:29 +02:00
parent 87e1107156
commit 8d8ede4c06
7 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
{% if d.item.logo %}
<tr>
<th class="w-33" scope="row">Logo</th>
<td><img style="max-height: 48px" src="{{ d.item.logo.url }}" /></td>
<td><img class="logo" src="{{ d.item.logo.url }}" /></td>
</tr>
{% endif %}
{% if d.item.website %}