2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-15 03:35:35 +00:00

Clean up front page

This commit is contained in:
Oliver Walters
2021-08-04 20:38:11 +10:00
parent 7ff4118f90
commit 8c2924ed9e
8 changed files with 81 additions and 46 deletions

View File

@ -11,5 +11,5 @@
{% endif %}
<div class='item{% if active %} active{% endif %}'>
<img class='center' src='{{ img_url }}' alt='{{ alt }}' style='{% if max_height %}max-height: {{ max_height }}; {% endif %}'>
<img class='center' src='{{ img_url }}' alt='{{ alt }}' style='{% if min_height %}min-height: {{ min_height }}; {% endif %}{% if max_height %}max-height: {{ max_height }}; {% endif %}'>
</div>