Merge branch 'master' into production

This commit is contained in:
CDaut 2022-06-27 11:31:01 +02:00 committed by CDaut
commit 5762219c5e
3 changed files with 12 additions and 2 deletions

View file

@ -15,3 +15,13 @@
margin-left: 1.5em !important;
color: #039be5 !important;
}
header, main, footer {
padding-left: 300px;
}
@media only screen and (max-width: 992px) {
header, main, footer {
padding-left: 0;
}
}

View file

@ -12,7 +12,7 @@
{% endblock %}
{% block content %}
{% autoescape off %}
<div class="col s10 offset-s1">
<div class="col s12">
{{ html }}
</div>
{% endautoescape %}

View file

@ -12,7 +12,7 @@
{% endblock %}
{% block content %}
{% autoescape off %}
<div class="col s10 offset-s1">
<div class="col s12">
{{ html }}
</div>
{% endautoescape %}