xref: /DragonOS/docs/_templates/layout.html (revision fbe6becd6dd3cd72643707e0088f20364ac1b166)
1{% extends "!layout.html" %}
2  {% block footer %} {{ super() }}
3
4  <style>
5         .wy-nav-content { max-width: 90%; }
6  </style>
7
8{% endblock %}
9