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