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

@ -14,4 +14,14 @@
.postlink { .postlink {
margin-left: 1.5em !important; margin-left: 1.5em !important;
color: #039be5 !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 %} {% endblock %}
{% block content %} {% block content %}
{% autoescape off %} {% autoescape off %}
<div class="col s10 offset-s1"> <div class="col s12">
{{ html }} {{ html }}
</div> </div>
{% endautoescape %} {% endautoescape %}

View file

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