adjust details spacing
This commit is contained in:
parent
e983665e40
commit
b1dfa29517
1 changed files with 2 additions and 2 deletions
|
|
@ -89,14 +89,14 @@
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
{% if object.description %}
|
{% if object.description %}
|
||||||
<div class="mt-5">
|
<div class="mt-3 mt-md-5">
|
||||||
<dt>Unsere Einschätzung</dt>
|
<dt>Unsere Einschätzung</dt>
|
||||||
<dd>{{ object.description | safe }}</dd>
|
<dd>{{ object.description | safe }}</dd>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<div class="col col-12 col-md-5 col-lg-3 mt-5 mt-md-0">
|
<div class="col col-12 col-md-5 col-lg-3 mt-3 mt-md-5 mt-md-0">
|
||||||
<dl>
|
<dl>
|
||||||
{% if object.rating %}
|
{% if object.rating %}
|
||||||
<dt>Bewertung</dt>
|
<dt>Bewertung</dt>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue