From ecf34896c8d5bf2aef925b4f85a8a90322e450e4 Mon Sep 17 00:00:00 2001 From: SML Date: Thu, 9 Feb 2023 04:56:30 +0800 Subject: [PATCH] Add margins for h3. Probably should be done in the tracerite package. --- sanic/pages/styles/ErrorPage.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sanic/pages/styles/ErrorPage.css b/sanic/pages/styles/ErrorPage.css index 451c29e2..56fac76d 100644 --- a/sanic/pages/styles/ErrorPage.css +++ b/sanic/pages/styles/ErrorPage.css @@ -24,6 +24,11 @@ summary { --tracerite-exception: var(--sanic); --tracerite-highlight: var(--sanic-yellow); } + +.tracerite > h3 { + margin: 0.5rem 0 !important; +} + h1 { /*margin-left: -1.5rem; !* Emoji partially in the left margin *!*/ }