From 077ffaeb70600cbe19aed73e6b09a4ea5d1b475b Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 7 Feb 2020 23:12:19 +0100 Subject: [PATCH] centered container --- pages/_layouts/default.html | 2 +- pages/blank.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/_layouts/default.html b/pages/_layouts/default.html index 4146257c1..0547c744b 100644 --- a/pages/_layouts/default.html +++ b/pages/_layouts/default.html @@ -9,7 +9,7 @@ layout: base {% include layout/navbar-secondary.html %}
-
+
{% if page-header %} {% include layout/page-header.html title=page-header description=page.page-header-description actions=page.page-header-actions pretitle=page.page-header-pretitle %} {% endif %} diff --git a/pages/blank.html b/pages/blank.html index b3eed512b..a1115ffb6 100644 --- a/pages/blank.html +++ b/pages/blank.html @@ -3,6 +3,7 @@ title: Blank page blank: true done: true menu: base.blank +container-centered: true --- {% include ui/empty.html button-text="Add your first client" button-icon="plus" illustration=true illustration-src="undraw_printing_invoices_5r4r.svg" %}