diff --git a/sanic/pages/styles/ErrorPage.css b/sanic/pages/styles/ErrorPage.css index a9e7d06b..451c29e2 100644 --- a/sanic/pages/styles/ErrorPage.css +++ b/sanic/pages/styles/ErrorPage.css @@ -3,7 +3,7 @@ max-width: 30em; margin: 5em auto 5em auto; text-align: justify; - text-justify: both; + /*text-justify: both;*/ } #enduser a { color: var(--sanic-blue);