diff --git a/zsite/static/less/footer.less b/zsite/static/less/footer.less index c29d1bf..621ceb6 100644 --- a/zsite/static/less/footer.less +++ b/zsite/static/less/footer.less @@ -73,6 +73,10 @@ footer { } } + .content { + .make-xs-column(4); + } + .contacts { .make-sm-column(3); .make-md-column(2); diff --git a/zsite/templates/base.html b/zsite/templates/base.html index c025fb8..88c9801 100644 --- a/zsite/templates/base.html +++ b/zsite/templates/base.html @@ -77,6 +77,9 @@
{% trans "— There is nothing impossible. Almost nothing" %}
{% show_menu 0 1 100 100 "menu_footer.html" %} +
+ {% static_placeholder 'footer_content' %} +
{% static_placeholder 'footer-contacts' %}