Give that "more levels" header some breathing room

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-01 18:32:31 -07:00
parent 80ef57b0b8
commit 65535eaded

View File

@ -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);