diff --git a/frappe/public/scss/website/index.scss b/frappe/public/scss/website/index.scss index 8e98333306..2957a0b499 100644 --- a/frappe/public/scss/website/index.scss +++ b/frappe/public/scss/website/index.scss @@ -99,6 +99,12 @@ } } +.page-header-wrapper { + display: flex; + justify-content: space-between; + align-items: center; +} + .breadcrumb-container { margin-top: 1rem; padding-top: 0.25rem; diff --git a/frappe/templates/web.html b/frappe/templates/web.html index 57fefa333d..48fbce7cd1 100644 --- a/frappe/templates/web.html +++ b/frappe/templates/web.html @@ -14,7 +14,7 @@ {% block page_container %}
-
+