Page header

* BS3 had lots of top (20px) and bottom (10px) margin to push page down. Now added top margin on the div.
* Font has style has changed with bs5. But is slightly custom as font weight is over riden. Personally think it looks ok.
This commit is contained in:
David Smith 2020-07-10 20:58:11 +01:00
parent 7be17e9bae
commit db22809971

View File

@ -151,8 +151,8 @@
</div>
<div class="content-main" role="main" aria-label="{% trans "main content" %}">
<div class="page-header">
<h1>{{ name }}</h1>
<div class="page-header mt-3">
<h1 class="align-text-top">{{ name }}</h1>
</div>
<div style="float:left">
{% block description %}