browsable api should be reponsive

This commit is contained in:
Laura Klünder 2016-09-13 13:23:28 +02:00
parent 558e145572
commit 6b7f05e2c7
2 changed files with 7 additions and 0 deletions

View file

@ -15,6 +15,7 @@ pre {
font-size:20px;
color:#333333;
cursor:default;
margin-left:-15px;
}
.navbar {
margin-bottom:15px;

View file

@ -6,6 +6,12 @@
{% block bootstrap_navbar_variant %}{% endblock %}
{% block meta %}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="robots" content="NONE,NOARCHIVE" />
{% endblock %}
{% block style %}
{% compress css %}
<link href="{% static 'bootstrap/css/bootstrap.css' %}" rel="stylesheet">