DragonOS/docs/_templates/layout.html

9 lines
147 B
HTML

{% extends "!layout.html" %}
{% block footer %} {{ super() }}
<style>
.wy-nav-content { max-width: 90%; }
</style>
{% endblock %}