mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Add side margins if screen is too wide
This commit is contained in:
parent
7d2c3ac0f2
commit
c90c6805a2
13
doc/_templates/layout.html
vendored
13
doc/_templates/layout.html
vendored
@ -3,6 +3,19 @@
|
|||||||
{# Custom CSS overrides #}
|
{# Custom CSS overrides #}
|
||||||
{% set bootswatch_css_custom = ['_static/cppformat.css'] %}
|
{% set bootswatch_css_custom = ['_static/cppformat.css'] %}
|
||||||
|
|
||||||
|
{%- block content %}
|
||||||
|
{{ navBar() }}
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
{%- block sidebar1 %}{{ bsidebar() }}{% endblock %}
|
||||||
|
<div class="col-md-8 col-md-offset-2">
|
||||||
|
{% block body %}{% endblock %}
|
||||||
|
</div>
|
||||||
|
{% block sidebar2 %} {# possible location for sidebar #} {% endblock %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{%- endblock %}
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<!-- Google Analytics -->
|
<!-- Google Analytics -->
|
||||||
|
Loading…
Reference in New Issue
Block a user