Reorganise item page to work better on mobile

This commit is contained in:
Edward Betts 2019-10-25 17:02:02 +01:00
parent 9dcae3138b
commit 4d4d934de3

View file

@ -10,9 +10,12 @@ span.description { color: rgb(96, 96, 96); }
{% endblock %}
{% block content %}
<div>
<div class="d-flex">
<div class="p-2 flex-fill">
<div class="container-fluid mt-2">
<div class="row">
<div class="col-md">
<img src="{{ image.thumburl }}" class="w-100" />
</div>
<div class="col-md">
<h1>{{ self.title() }}</h1>
{% if label_languages %}
<p>Label from:
@ -176,9 +179,6 @@ span.description { color: rgb(96, 96, 96); }
</form>
{% endif %}
</div>
<div class="flex-shrink-1 vh-100">
<img src="{{ image.thumburl }}" />
</div>
</div>
</div>