From aa8af0dcea1fea51dfaae03d315179ceeb0325f4 Mon Sep 17 00:00:00 2001 From: SML Date: Thu, 9 Feb 2023 03:36:20 +0800 Subject: [PATCH] invalid text justify css --- sanic/pages/styles/ErrorPage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);