diff --git a/frappe/public/css/website.css b/frappe/public/css/website.css index e1b9b35f1e..2d709e8d40 100644 --- a/frappe/public/css/website.css +++ b/frappe/public/css/website.css @@ -827,6 +827,9 @@ a.active { .content-header { padding-bottom: 20px; } +.footer-group { + margin-bottom: 28px; +} .footer-group-label { display: inline-block; font-size: 11px; diff --git a/frappe/public/less/website.less b/frappe/public/less/website.less index 8bdeafa350..e4eb52769d 100644 --- a/frappe/public/less/website.less +++ b/frappe/public/less/website.less @@ -554,6 +554,10 @@ a.active { padding-bottom:20px; } +.footer-group { + margin-bottom: 28px; +} + .footer-group-label { display:inline-block; font-size: 11px; diff --git a/frappe/templates/includes/footer/footer.html b/frappe/templates/includes/footer/footer.html index ad4d0cdef3..b6a6c80bd5 100644 --- a/frappe/templates/includes/footer/footer.html +++ b/frappe/templates/includes/footer/footer.html @@ -5,11 +5,9 @@
{% if footer_items -%} -
- -
+ {% endif %}
diff --git a/frappe/templates/includes/footer/footer_items.html b/frappe/templates/includes/footer/footer_items.html index ff23e68610..bd726395a2 100644 --- a/frappe/templates/includes/footer/footer_items.html +++ b/frappe/templates/includes/footer/footer_items.html @@ -1,4 +1,5 @@ {% for page in footer_items %} + {% endfor %}