From 005bbf22bb89414d7e364e780f5bc204e228fa03 Mon Sep 17 00:00:00 2001 From: flifloo Date: Fri, 14 Aug 2020 20:13:38 +0200 Subject: [PATCH] Update error page --- public/stylesheets/style.css | 1 - views/error.pug | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 50cefd1..7035008 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -20,7 +20,6 @@ body { display: flex; flex-direction: column; width: max-content; - min-height: 80%; height: auto; padding: 1em; margin: auto; diff --git a/views/error.pug b/views/error.pug index 51ec12c..9c621a6 100644 --- a/views/error.pug +++ b/views/error.pug @@ -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}