From f798eda4468d8ee55c69c08f3211c17a91dd6500 Mon Sep 17 00:00:00 2001 From: SML Date: Thu, 9 Feb 2023 00:36:20 +0800 Subject: [PATCH] Remove forced hanging emoji from error header --- 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 5fb163c4..a9e7d06b 100644 --- a/sanic/pages/styles/ErrorPage.css +++ b/sanic/pages/styles/ErrorPage.css @@ -25,7 +25,7 @@ summary { --tracerite-highlight: var(--sanic-yellow); } h1 { - margin-left: -1.5rem; /* Emoji partially in the left margin */ + /*margin-left: -1.5rem; !* Emoji partially in the left margin *!*/ } h2 { margin: 1em 0 0.2em 0;