From 163daa4dc9b11a99838c5776d90827eed2648288 Mon Sep 17 00:00:00 2001 From: Matthias Lindinger Date: Thu, 21 Mar 2019 13:27:53 +0100 Subject: [PATCH] Add styling for the error page --- src/main/resources/static/css/theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/css/theme.css b/src/main/resources/static/css/theme.css index 79b021c..894342b 100644 --- a/src/main/resources/static/css/theme.css +++ b/src/main/resources/static/css/theme.css @@ -11,8 +11,12 @@ body { vertical-align: middle; } +.error-page p { + text-align: left; +} + /* navbar */ .navbar-brand.logo img { height: 20px; margin-top: -5px; -} +} \ No newline at end of file