From 65535eaded85ea7807a6bd47e12324b20439391e Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Fri, 1 Jan 2021 18:32:31 -0700 Subject: [PATCH] Give that "more levels" header some breathing room --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index a127db7..eaa98d8 100644 --- a/style.css +++ b/style.css @@ -637,6 +637,9 @@ pre.stack-trace { color: #909090; text-shadow: 0 1px #0004; } +#splash * + h2 { + margin-top: 1rem; +} #splash > section { padding: 1em; background: var(--panel-bg-color);