diff --git a/.changeset/smart-fans-pump.md b/.changeset/smart-fans-pump.md new file mode 100644 index 000000000..a01fd0973 --- /dev/null +++ b/.changeset/smart-fans-pump.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Fix vertical alignment in single page and error layouts diff --git a/preview/pages/_layouts/error.html b/preview/pages/_layouts/error.html index b3b4a234f..142fb4e1f 100644 --- a/preview/pages/_layouts/error.html +++ b/preview/pages/_layouts/error.html @@ -1,9 +1,9 @@ --- layout: base -body-class: border-top-wide border-primary d-flex flex-column +body-class: border-top-wide border-primary --- -