mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 13:22:22 +04:00
Fix vertical alignment in single page and error layouts (#2114)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
layout: base
|
||||
body-class: border-top-wide border-primary d-flex flex-column
|
||||
body-class: border-top-wide border-primary
|
||||
---
|
||||
|
||||
<div class="page justify-content-center">
|
||||
<div class="page page-center">
|
||||
<div class="container-tight py-4">
|
||||
{% assign error = errors[page-error] %}
|
||||
{% assign header = error.header | default: 'Oops… You just found an error page' %}
|
||||
|
||||
Reference in New Issue
Block a user