diff --git a/frappe/public/scss/website/index.scss b/frappe/public/scss/website/index.scss index 8e74642446..109bc8cbb4 100644 --- a/frappe/public/scss/website/index.scss +++ b/frappe/public/scss/website/index.scss @@ -125,7 +125,7 @@ align-items: center; } -.page-content { +.page_content { min-height: 50vh; } diff --git a/frappe/templates/web.html b/frappe/templates/web.html index df5ee9aeef..48fbce7cd1 100644 --- a/frappe/templates/web.html +++ b/frappe/templates/web.html @@ -26,7 +26,7 @@ {% endif %} -
+
{%- block page_content -%}{%- endblock -%}