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