1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

centered container

This commit is contained in:
codecalm
2020-02-07 23:12:19 +01:00
parent 6414d2468a
commit 077ffaeb70
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ layout: base
{% include layout/navbar-secondary.html %}
<div class="content">
<div class="container">
<div class="container{% if page.container-centered %} d-flex flex-column justify-content-center{% endif %}">
{% 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 %}
+1
View File
@@ -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" %}