# 177 Overview layout enhancement

* enhances layout title section layout on overview template
pull/178/head
mpeltriaux 2 years ago
parent 83039e63ce
commit e4528dc5ef

@ -14,12 +14,14 @@
{% endblock %}
{% block body %}
<div class="col-md">
<div>
{% if table.title %}
<div class="row">
<h3>
{{ table.title }}
</h3>
<div class="col-md">
<h3>
{{ table.title }}
</h3>
</div>
</div>
{% if table.subtitle %}
<div class="row mb-2">

Loading…
Cancel
Save