rochefort: use footer-post instead of footer-bottom (#44616)

This commit is contained in:
Thomas Jund 2020-06-30 11:19:43 +02:00
parent 5fbed09030
commit 85a8069d6a
2 changed files with 5 additions and 5 deletions

View File

@ -162,10 +162,10 @@ div.widget th {
font-weight: normal;
}
div#footer-bottom-wrapper {
div#footer-post-wrapper {
background: #0086CE;
padding: 1.5ex 0;
div#footer-bottom {
div#footer-post {
max-width: $width;
margin: 0 auto;
text-align: right;

View File

@ -16,9 +16,9 @@
</div>
{% endblock %}
{% block footer-bottom %}
<div id="footer-bottom-wrapper">
<div id="footer-bottom">
{% block footer-post %}
<div id="footer-post-wrapper">
<div id="footer-post">
<a href="{{siteweb_url}}mentions-legales">Mentions légales</a>
</div>
</div>