mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
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:
parent
7be17e9bae
commit
db22809971
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user