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