Adjust error page layout

main
sudoer777 2021-11-26 13:44:01 -07:00
parent b1637d97bc
commit 64a6ba545b
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
#mobile-view {
max-width: 100%;
}

View File

@ -1,6 +1,9 @@
extends layout extends layout
block stylesheets
link(rel='stylesheet', href='/stylesheets/error.css')
block content block content
h1= message h1= message
h2= error.status h2= error.status
pre #{error.stack} pre #{error.stack}