Put painting on right.
This commit is contained in:
parent
d123c23270
commit
723c2cef23
|
@ -11,9 +11,6 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div>
|
<div>
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<div class="flex-shrink-1 vh-100">
|
|
||||||
<img src="{{ image.thumburl }}" class="h-100" />
|
|
||||||
</div>
|
|
||||||
<div class="p-2 flex-fill">
|
<div class="p-2 flex-fill">
|
||||||
<h1>{{ self.title() }}</h1>
|
<h1>{{ self.title() }}</h1>
|
||||||
|
|
||||||
|
@ -92,6 +89,9 @@
|
||||||
</div>
|
</div>
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex-shrink-1 vh-100">
|
||||||
|
<img src="{{ image.thumburl }}" class="h-100" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue