Update error page
This commit is contained in:
parent
ceae501835
commit
005bbf22bb
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,6 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
width: max-content;
|
||||
min-height: 80%;
|
||||
height: auto;
|
||||
padding: 1em;
|
||||
margin: auto;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
extends layout
|
||||
|
||||
block content
|
||||
h1= message
|
||||
h2= error.status
|
||||
pre #{error.stack}
|
||||
div.card
|
||||
h1= message
|
||||
h2= error.status
|
||||
pre #{error.stack}
|
||||
|
|
Reference in a new issue