Changed AutoDoc responsive
This commit is contained in:
parent
f8469f5301
commit
ae8dcadae7
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
<!--Import jQuery before materialize.js-->
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.96.1/js/materialize.min.js"></script>
|
||||
|
||||
<!--Let browser know website is optimized for mobile-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
||||
<title>
|
||||
{% if title is defined -%}
|
||||
{{title}}
|
||||
|
@ -45,7 +48,7 @@
|
|||
<div class="navbar-fixed">
|
||||
<nav>
|
||||
<div class="nav-wrapper">
|
||||
<a href="#!" class="brand-logo center">SE-Hub API Documentation</a>
|
||||
<a href="#!" class="brand-logo center">SE-Hub API</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue