diff --git a/frappe/public/scss/website.scss b/frappe/public/scss/website.scss index a60329400a..e1b7d0a827 100644 --- a/frappe/public/scss/website.scss +++ b/frappe/public/scss/website.scss @@ -244,3 +244,9 @@ h5.modal-title { white-space: nowrap; text-overflow: ellipsis; } +.about-section { + padding-top: 1rem; +} +.about-footer { + padding-top: 1rem; +} \ No newline at end of file diff --git a/frappe/www/about.html b/frappe/www/about.html index fb9c22797d..ff1cd0c339 100644 --- a/frappe/www/about.html +++ b/frappe/www/about.html @@ -17,6 +17,7 @@ list of key team members in Website > About Us Settings
""" }} {% if doc.get({"doctype":"Company History"}) %} +{{ d.highlight }}